public interface Filterer
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
static TemplateClassDefinition<Filterer> |
TEMPLATE_DEFINITION2 |
static TemplateClassDefinition<Filterer> |
TEMPLATE_DEFINITION4 |
| Modifier and Type | Method and Description |
|---|---|
void |
filterBatch(int recordCount) |
void |
setup(FragmentContext context,
RecordBatch incoming,
RecordBatch outgoing,
TransferPair[] transfers) |
static final org.slf4j.Logger logger
static final TemplateClassDefinition<Filterer> TEMPLATE_DEFINITION2
static final TemplateClassDefinition<Filterer> TEMPLATE_DEFINITION4
void setup(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, TransferPair[] transfers) throws SchemaChangeException
SchemaChangeExceptionvoid filterBatch(int recordCount)
throws SchemaChangeException
SchemaChangeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.