Uses of Interface
org.voltdb.stream.api.extension.OperatorConfigurator
Packages that use OperatorConfigurator
-
Uses of OperatorConfigurator in org.voltdb.stream.api
Methods in org.voltdb.stream.api with type parameters of type OperatorConfiguratorModifier 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.Methods in org.voltdb.stream.api with parameters of type OperatorConfiguratorModifier and TypeMethodDescriptionVoltEnvironment.lookup
(OperatorConfigurator configurator) The framework is looking up possible implementations of registered operators. -
Uses of OperatorConfigurator in org.voltdb.stream.api.extension
Classes in org.voltdb.stream.api.extension with type parameters of type OperatorConfiguratorModifier and TypeInterfaceDescriptioninterface
ConfigurableOperatorProducer<C extends OperatorConfigurator>
Subinterfaces of OperatorConfigurator in org.voltdb.stream.api.extensionModifier and TypeInterfaceDescriptioninterface
interface
A stream sink configurator.interface
A stream source configurator.