Uses of Class
org.apache.pinot.spi.config.user.RoleType
-
Packages that use RoleType Package Description org.apache.pinot.spi.config.user org.apache.pinot.spi.utils.builder -
-
Uses of RoleType in org.apache.pinot.spi.config.user
Methods in org.apache.pinot.spi.config.user that return RoleType Modifier and Type Method Description RoleTypeUserConfig. getRoleType()static RoleTypeRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleType[]RoleType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RoleType in org.apache.pinot.spi.utils.builder
Methods in org.apache.pinot.spi.utils.builder with parameters of type RoleType Modifier and Type Method Description UserConfigBuilderUserConfigBuilder. setRoleType(RoleType roleType)
-