Uses of Interface
io.siddhi.core.stream.output.sink.OutputGroupDeterminer
-
Packages that use OutputGroupDeterminer Package Description io.siddhi.core.stream.output.sink -
-
Uses of OutputGroupDeterminer in io.siddhi.core.stream.output.sink
Classes in io.siddhi.core.stream.output.sink that implement OutputGroupDeterminer Modifier and Type Class Description classDynamicOptionGroupDeterminerThis implementation ofOutputGroupDeterminergroups events based on dynamic options of the Sink.classPartitionedGroupDeterminerThis implementation ofOutputGroupDeterminergroups events into 'n' number of partitions.Methods in io.siddhi.core.stream.output.sink with parameters of type OutputGroupDeterminer Modifier and Type Method Description voidSinkMapper. setGroupDeterminer(OutputGroupDeterminer groupDeterminer)
-