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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for row based indexstatic interfacestatic interfaceDefines the context in allRowBasedIndexusagesNested 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
-