Uses of Class
org.apache.pinot.spi.config.user.AccessType
-
Packages that use AccessType Package Description org.apache.pinot.spi.config.user org.apache.pinot.spi.utils.builder -
-
Uses of AccessType in org.apache.pinot.spi.config.user
Methods in org.apache.pinot.spi.config.user that return AccessType Modifier and Type Method Description static AccessTypeAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessType[]AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.config.user that return types with arguments of type AccessType Modifier and Type Method Description List<AccessType>UserConfig. getPermissios() -
Uses of AccessType in org.apache.pinot.spi.utils.builder
Method parameters in org.apache.pinot.spi.utils.builder with type arguments of type AccessType Modifier and Type Method Description UserConfigBuilderUserConfigBuilder. setPermissionList(List<AccessType> permissionList)
-