Uses of Interface
org.voltdb.stream.api.extension.OperatorConfigurator
-
Uses of OperatorConfigurator in org.voltdb.stream.api
Modifier and TypeMethodDescription<C extends OperatorConfigurator>
voidVoltEnvironment.register
(Class<C> key, ConfigurableOperatorProducer<C> producer) The framework can be extended with any logic delivered as source, function or sink.Modifier and TypeMethodDescriptionVoltEnvironment.lookup
(OperatorConfigurator configurator) The framework is looking up possible implementations of registered operators. -
Uses of OperatorConfigurator in org.voltdb.stream.api.extension
Modifier and TypeInterfaceDescriptioninterface
ConfigurableOperatorProducer<C extends OperatorConfigurator>
Modifier and TypeInterfaceDescriptioninterface
interface
A stream sink configurator.interface
A stream source configurator.