Uses of Enum
org.apache.druid.timeline.partition.HashPartitionFunction
Packages that use HashPartitionFunction
-
Uses of HashPartitionFunction in org.apache.druid.indexer.partitions
Methods in org.apache.druid.indexer.partitions that return HashPartitionFunctionConstructors in org.apache.druid.indexer.partitions with parameters of type HashPartitionFunctionModifierConstructorDescriptionHashedPartitionsSpec(Integer maxRowsPerSegment, Integer numShards, List<String> partitionDimensions, HashPartitionFunction partitionFunction) HashedPartitionsSpec(Integer targetRowsPerSegment, Integer numShards, List<String> partitionDimensions, HashPartitionFunction partitionFunction, Integer targetPartitionSize, Integer maxRowsPerSegment) -
Uses of HashPartitionFunction in org.apache.druid.timeline.partition
Methods in org.apache.druid.timeline.partition that return HashPartitionFunctionModifier and TypeMethodDescriptionstatic HashPartitionFunctionHashPartitionFunction.fromString(String type) BuildingHashBasedNumberedShardSpec.getPartitionFunction()HashBasedNumberedPartialShardSpec.getPartitionFunction()HashBasedNumberedShardSpec.getPartitionFunction()HashBucketShardSpec.getPartitionFunction()static HashPartitionFunctionReturns the enum constant of this type with the specified name.static HashPartitionFunction[]HashPartitionFunction.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.timeline.partition with parameters of type HashPartitionFunctionModifierConstructorDescriptionBuildingHashBasedNumberedShardSpec(int partitionId, int bucketId, int numBuckets, List<String> partitionDimensions, HashPartitionFunction partitionFunction, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) HashBasedNumberedPartialShardSpec(List<String> partitionDimensions, int bucketId, int numBuckets, HashPartitionFunction partitionFunction) HashBasedNumberedShardSpec(int partitionNum, int partitions, Integer bucketId, Integer numBuckets, List<String> partitionDimensions, HashPartitionFunction partitionFunction, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) HashBucketShardSpec(int bucketId, int numBuckets, List<String> partitionDimensions, HashPartitionFunction partitionFunction, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)