Package org.voltdb.stream.api.pipeline
Interface VoltLifecycle
- All Known Subinterfaces:
Operator
,StreamFunction
,StreamSink
,StreamSource
,VoltFunction<I,
,O> VoltStreamSink<T>
,VoltStreamSource<T>
- All Known Implementing Classes:
BatchAccumulator
,CancelingFunction
,FileSink
,GeneratorSource
,IterableSink
,IterableSource
,StdoutSink
public interface VoltLifecycle
Defines life cycle of the operator.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
configure
(ExecutionContext context) default void
destroy
(ExecutionContext context)
-
Method Details
-
configure
-
destroy
-