Uses of Interface
io.siddhi.core.partition.PartitionRuntime
-
Packages that use PartitionRuntime Package Description io.siddhi.core io.siddhi.core.partition -
-
Uses of PartitionRuntime in io.siddhi.core
Methods in io.siddhi.core that return types with arguments of type PartitionRuntime Modifier and Type Method Description Collection<PartitionRuntime>SiddhiAppRuntime. getPartitions()Collection<PartitionRuntime>SiddhiAppRuntimeImpl. getPartitions() -
Uses of PartitionRuntime in io.siddhi.core.partition
Classes in io.siddhi.core.partition that implement PartitionRuntime Modifier and Type Class Description classPartitionRuntimeImplRuntime class to handle partitioning.Constructors in io.siddhi.core.partition with parameters of type PartitionRuntime Constructor Description PartitionStreamReceiver(SiddhiAppContext siddhiAppContext, MetaStreamEvent metaStreamEvent, io.siddhi.query.api.definition.StreamDefinition streamDefinition, List<PartitionExecutor> partitionExecutors, PartitionRuntime partitionRuntime)
-