public static enum PartitioningUtils.PartitionCounters extends java.lang.Enum<PartitioningUtils.PartitionCounters>
Enum Constant and Description |
---|
HFC_HV_COUNT
Counts the number of hilbert values
|
HFC_HV_DIFFS_SUM
Sums the difference between two consecutive hilbert values
|
HFC_POINT_DIST_SUM
Sums the distance between two points corresponding to two consecutive hilbert values
|
Modifier and Type | Method and Description |
---|---|
static PartitioningUtils.PartitionCounters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitioningUtils.PartitionCounters[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PartitioningUtils.PartitionCounters HFC_HV_COUNT
public static final PartitioningUtils.PartitionCounters HFC_HV_DIFFS_SUM
public static final PartitioningUtils.PartitionCounters HFC_POINT_DIST_SUM
public static PartitioningUtils.PartitionCounters valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static PartitioningUtils.PartitionCounters[] values()
for (PartitioningUtils.PartitionCounters c : PartitioningUtils.PartitionCounters.values()) System.out.println(c);
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.