Package org.voltdb.stream.api.extension
Interface StreamFunction
- All Superinterfaces:
Operator
,VoltLifecycle
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.voltdb.stream.api.extension.Operator
Operator.Type
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
batchProcessed
(long batchId) default Operator.Type
getType()
default void
initialize
(Consumer<Object> consumer) default void
nextBatchStarts
(long batchId) void
process
(Object input, Consumer<Object> consumer, ExecutionContext context) Methods inherited from interface org.voltdb.stream.api.pipeline.VoltLifecycle
configure, destroy