Uses of Class
org.apache.pinot.spi.config.user.ComponentType
-
Packages that use ComponentType Package Description org.apache.pinot.spi.config.user org.apache.pinot.spi.utils.builder -
-
Uses of ComponentType in org.apache.pinot.spi.config.user
Methods in org.apache.pinot.spi.config.user that return ComponentType Modifier and Type Method Description ComponentTypeUserConfig. getComponentType()static ComponentTypeComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentType[]ComponentType. 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 with parameters of type ComponentType Modifier and Type Method Description booleanUserConfig. isExist(String username, ComponentType component) -
Uses of ComponentType in org.apache.pinot.spi.utils.builder
Methods in org.apache.pinot.spi.utils.builder with parameters of type ComponentType Modifier and Type Method Description UserConfigBuilderUserConfigBuilder. setComponentType(ComponentType componentType)
-