Interface Filterer
- All Known Implementing Classes:
FilterTemplate2,FilterTemplate4
public interface Filterer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TemplateClassDefinition<Filterer> static final TemplateClassDefinition<Filterer> -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterBatch(int recordCount) voidsetup(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, TransferPair[] transfers)
-
Field Details
-
TEMPLATE_DEFINITION2
-
TEMPLATE_DEFINITION4
-
-
Method Details
-
setup
void setup(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, TransferPair[] transfers) throws SchemaChangeException - Throws:
SchemaChangeException
-
filterBatch
- Throws:
SchemaChangeException
-