Uses of Interface
io.siddhi.query.api.execution.partition.PartitionType
-
Packages that use PartitionType Package Description io.siddhi.query.api.execution.partition -
-
Uses of PartitionType in io.siddhi.query.api.execution.partition
Classes in io.siddhi.query.api.execution.partition that implement PartitionType Modifier and Type Class Description classRangePartitionTypePartition type supporting value rangesclassValuePartitionTypePartition type supporting valuesMethods in io.siddhi.query.api.execution.partition that return types with arguments of type PartitionType Modifier and Type Method Description Map<String,PartitionType>Partition. getPartitionTypeMap()Methods in io.siddhi.query.api.execution.partition with parameters of type PartitionType Modifier and Type Method Description PartitionPartition. with(PartitionType partitionType)
-