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