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