Package org.voltdb.stream.api.extension
package org.voltdb.stream.api.extension
-
ClassDescriptionThis interface represents results of potentially asynchronous commit action.ConfigurableOperatorProducer<C extends OperatorConfigurator>this is a most basic building block of the stream.this interface is a 1-1 copy of
VoltStreamSource
but it drops generics.Convenient place to register any source, sink or function custom implementation - seeVoltEnvironment.register(Class, ConfigurableOperatorProducer)
, by dividing component into configuration and implementation, the system can bind different implementations for testing and other for production.A stream sink configurator.A stream source configurator.