public interface TenantContainerMXBean extends PlatformManagedObject
Modifier and Type | Method and Description |
---|---|
List<Long> |
getAllTenantIds()
Retrieve all the IDs of all created
TenantContainer 's |
long |
getTenantAllocatedMemoryById(long id)
Retrieve the accumulated allocated memory size in bytes
of a
TenantContainer represented by id |
String |
getTenantNameById(long id)
Retrieve name of a
TenantContainer object represent by 'id' |
getObjectName
List<Long> getAllTenantIds()
TenantContainer
'slong getTenantAllocatedMemoryById(long id)
TenantContainer
represented by id
id
- ID of the TenantContainer
object to be queriedIllegalArgumentException
- If cannot find valid TenantContainer
object corresponding to the given IDString getTenantNameById(long id)
TenantContainer
object represent by 'id'id
- ID of the TenantContainer
object to be queriedIllegalArgumentException
- If cannot find valid TenantContainer
object corresponding to the given ID"Copyright 2018, Alibaba, Inc."