Uses of Interface
org.voltdb.stream.api.extension.Operator
Packages that use Operator
-
Uses of Operator in org.voltdb.stream.api
Methods in org.voltdb.stream.api that return types with arguments of type OperatorModifier and TypeMethodDescriptionVoltEnvironment.lookup
(OperatorConfigurator configurator) The framework is looking up possible implementations of registered operators. -
Uses of Operator in org.voltdb.stream.api.extension
Subinterfaces of Operator in org.voltdb.stream.api.extensionModifier and TypeInterfaceDescriptioninterface
interface
interface
this interface is a 1-1 copy ofVoltStreamSource
but it drops generics.Methods in org.voltdb.stream.api.extension that return OperatorMethods in org.voltdb.stream.api.extension that return types with arguments of type OperatorModifier and TypeMethodDescriptionOperatorConfigurator.configure
(VoltEnvironment environment) ConfigurableOperatorProducer.produceOperators
(C configurator)