Uses of Interface
org.voltdb.stream.api.extension.VoltStreamSinkConfigurator
Packages that use VoltStreamSinkConfigurator
-
Uses of VoltStreamSinkConfigurator in org.voltdb.stream.api.extension
Methods in org.voltdb.stream.api.extension that return VoltStreamSinkConfiguratorMethods in org.voltdb.stream.api.extension that return types with arguments of type VoltStreamSinkConfigurator -
Uses of VoltStreamSinkConfigurator in org.voltdb.stream.api.pipeline
Methods in org.voltdb.stream.api.pipeline with parameters of type VoltStreamSinkConfiguratorModifier and TypeMethodDescriptionExceptionHandlerBuilder.addNamedSink
(String sinkName, VoltStreamSinkConfigurator<T> sinkConfigurator) <O> void
VoltOpenStreamBuilder.terminateWithSink
(VoltStreamSinkConfigurator<O> configurator)