Package org.apache.pinot.spi.utils
Class CommonConstants.Segment.AssignmentStrategy
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Segment.AssignmentStrategy
-
- Enclosing class:
- CommonConstants.Segment
public static class CommonConstants.Segment.AssignmentStrategy extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBALANCE_NUM_SEGMENT_ASSIGNMENT_STRATEGYstatic StringDIM_TABLE_SEGMENT_ASSIGNMENT_STRATEGYstatic StringREPLICA_GROUP_SEGMENT_ASSIGNMENT_STRATEGY
-
Constructor Summary
Constructors Constructor Description AssignmentStrategy()
-
-
-
Field Detail
-
BALANCE_NUM_SEGMENT_ASSIGNMENT_STRATEGY
public static final String BALANCE_NUM_SEGMENT_ASSIGNMENT_STRATEGY
- See Also:
- Constant Field Values
-
REPLICA_GROUP_SEGMENT_ASSIGNMENT_STRATEGY
public static final String REPLICA_GROUP_SEGMENT_ASSIGNMENT_STRATEGY
- See Also:
- Constant Field Values
-
DIM_TABLE_SEGMENT_ASSIGNMENT_STRATEGY
public static final String DIM_TABLE_SEGMENT_ASSIGNMENT_STRATEGY
- See Also:
- Constant Field Values
-
-