Uses of Class
org.apache.pinot.spi.config.tenant.TenantRole
-
Packages that use TenantRole Package Description org.apache.pinot.spi.config.tenant -
-
Uses of TenantRole in org.apache.pinot.spi.config.tenant
Methods in org.apache.pinot.spi.config.tenant that return TenantRole Modifier and Type Method Description TenantRoleTenant. getTenantRole()static TenantRoleTenantRole. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantRole[]TenantRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.spi.config.tenant with parameters of type TenantRole Constructor Description Tenant(TenantRole tenantRole, String tenantName, int numberOfInstances, int offlineInstances, int realtimeInstances)
-