Uses of Class
org.apache.iotdb.commons.partition.executor.SeriesPartitionExecutor
-
Packages that use SeriesPartitionExecutor Package Description org.apache.iotdb.commons.partition.executor org.apache.iotdb.commons.partition.executor.hash -
-
Uses of SeriesPartitionExecutor in org.apache.iotdb.commons.partition.executor
Fields in org.apache.iotdb.commons.partition.executor declared as SeriesPartitionExecutor Modifier and Type Field Description protected static SeriesPartitionExecutorSeriesPartitionExecutor. EXECUTORMethods in org.apache.iotdb.commons.partition.executor that return SeriesPartitionExecutor Modifier and Type Method Description static SeriesPartitionExecutorSeriesPartitionExecutor. getSeriesPartitionExecutor(java.lang.String executorName, int seriesPartitionSlotNum) -
Uses of SeriesPartitionExecutor in org.apache.iotdb.commons.partition.executor.hash
Subclasses of SeriesPartitionExecutor in org.apache.iotdb.commons.partition.executor.hash Modifier and Type Class Description classAPHashExecutorclassBKDRHashExecutorclassJSHashExecutorclassSDBMHashExecutor
-