Uses of Interface
org.voltdb.stream.api.pipeline.VoltFunction
-
Uses of VoltFunction in org.voltdb.stream.api.pipeline
Modifier and TypeMethodDescription<O> VoltOpenStreamBuilder
<O> VoltOpenStreamBuilder.processWith
(VoltFunction<I, O> processor) -
Uses of VoltFunction in org.voltdb.stream.function
Modifier and TypeClassDescriptionclass
BatchAccumulator<I,
O> A processing function that accumulates incoming data items into a single aggregated result and emits the result once a batch is processed.class
CancelingFunction<I,
O extends Comparable<O>> This identity function, but it accumulates value with givenaccumulatorFunction
, and cancels the execution once the accumulated value exceeds given threshold.