Interface RowBasedIndex
- All Superinterfaces:
StepProcessorIndex
One of the index type supported for step processor index
Index is row-based
- Since:
- 2.4.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builder for row based indexstatic interface
static interface
Defines the context in allRowBasedIndex
usagesNested classes/interfaces inherited from interface com.experian.datastudio.sdk.api.step.processor.StepProcessorIndex
StepProcessorIndex.IndexType
-
Method Summary
Methods inherited from interface com.experian.datastudio.sdk.api.step.processor.StepProcessorIndex
getType
-
Method Details
-
getIndexConsumer
Consumer<RowBasedIndex.ValueContext> getIndexConsumer()Returns a consumer of theRowBasedIndex.ValueContext
- Returns:
- Consumer of
RowBasedIndex.ValueContext
-