Package org.voltdb.stream.api.extension
Interface StreamSink
- 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 CommitResult
commit
(long batchId, ExecutionContext context) void
consume
(Object output, ExecutionContext context) default Operator.Type
getType()
default void
nextBatchStarts
(long batchId) Methods inherited from interface org.voltdb.stream.api.pipeline.VoltLifecycle
configure, destroy