Package | Description |
---|---|
com.alibaba.tenant |
Modifier and Type | Method and Description |
---|---|
TenantConfiguration |
TenantConfiguration.limitCpuCfs(int period,
int quota)
limit CGroup's cpu.cfs_* controller
|
TenantConfiguration |
TenantConfiguration.limitCpuSet(String cpuSets) |
TenantConfiguration |
TenantConfiguration.limitCpuShares(int share) |
TenantConfiguration |
TenantConfiguration.limitHeap(long maxJavaHeapBytes) |
TenantConfiguration |
TenantConfiguration.setDirectTenuredAlloc()
set the allocate type of configuration as OLD.
|
Modifier and Type | Method and Description |
---|---|
static TenantContainer |
TenantContainer.create(String name,
TenantConfiguration configuration)
Create tenant container by the name and configuration
|
static TenantContainer |
TenantContainer.create(TenantConfiguration configuration)
Create tenant container by the configuration
|
static TenantContainer |
TenantContainer.create(TenantContainer parent,
String name,
TenantConfiguration configuration)
Create tenant container by the name and configuration
|
static TenantContainer |
TenantContainer.create(TenantContainer parent,
TenantConfiguration configuration)
Create tenant container by the configuration
|
"Copyright 2018, Alibaba, Inc."