Uses of Class
org.apache.pinot.spi.utils.CommonConstants.Helix.DataSource.SegmentAssignmentStrategyType
-
Packages that use CommonConstants.Helix.DataSource.SegmentAssignmentStrategyType Package Description org.apache.pinot.spi.utils -
-
Uses of CommonConstants.Helix.DataSource.SegmentAssignmentStrategyType in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils that return CommonConstants.Helix.DataSource.SegmentAssignmentStrategyType Modifier and Type Method Description static CommonConstants.Helix.DataSource.SegmentAssignmentStrategyTypeCommonConstants.Helix.DataSource.SegmentAssignmentStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonConstants.Helix.DataSource.SegmentAssignmentStrategyType[]CommonConstants.Helix.DataSource.SegmentAssignmentStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-