Uses of Interface
org.voltdb.stream.api.pipeline.VoltStreamSink
-
Uses of VoltStreamSink in org.voltdb.stream.api.pipeline
Modifier and TypeMethodDescriptionExceptionHandlerBuilder.addNamedSink
(String sinkName, VoltStreamSink<T> sink) <O> void
VoltOpenStreamBuilder.terminateWithSink
(VoltStreamSink<O> sink) -
Uses of VoltStreamSink in org.voltdb.stream.sink
Modifier and TypeClassDescriptionclass
FileSink<T>
A sink that writes streamed data items to a file within a specified directory.class
IterableSink<T>
Captures all stream items into a list.class
StdoutSink<T>
A sink that writes streamed data items to the standard output (console).