public class TenantGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GLOBAL_ID |
| Constructor and Description |
|---|
TenantGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
int |
getNumTenants() |
int |
getWeight() |
boolean |
isUseGlobalConnection() |
void |
setId(String id) |
void |
setNumTenants(int numTenants) |
void |
setUseGlobalConnection(boolean useGlobalConnection) |
void |
setWeight(int weight) |
public static final String DEFAULT_GLOBAL_ID
public String getId()
public void setId(String id)
public int getWeight()
public void setWeight(int weight)
public int getNumTenants()
public void setNumTenants(int numTenants)
public boolean isUseGlobalConnection()
public void setUseGlobalConnection(boolean useGlobalConnection)
Copyright © 2022 Apache Software Foundation. All rights reserved.