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