Uses of Class
org.apache.pinot.tools.admin.command.AddTenantCommand
-
Packages that use AddTenantCommand Package Description org.apache.pinot.tools.admin.command -
-
Uses of AddTenantCommand in org.apache.pinot.tools.admin.command
Methods in org.apache.pinot.tools.admin.command that return AddTenantCommand Modifier and Type Method Description AddTenantCommandAddTenantCommand. setAuthToken(String authToken)AddTenantCommandAddTenantCommand. setControllerUrl(String url)AddTenantCommandAddTenantCommand. setExecute(boolean exec)AddTenantCommandAddTenantCommand. setInstances(int instances)AddTenantCommandAddTenantCommand. setName(String name)AddTenantCommandAddTenantCommand. setOffline(int offline)AddTenantCommandAddTenantCommand. setPassword(String password)AddTenantCommandAddTenantCommand. setRealtime(int realtime)AddTenantCommandAddTenantCommand. setRole(org.apache.pinot.spi.config.tenant.TenantRole role)AddTenantCommandAddTenantCommand. setUser(String user)
-