public class TenantContainerMXBeanImpl extends Object implements TenantContainerMXBean
Constructor and Description |
---|
TenantContainerMXBeanImpl() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getAllTenantIds()
Retrieve all the IDs of all created
TenantContainer 's |
ObjectName |
getObjectName() |
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' |
public List<Long> getAllTenantIds()
TenantContainerMXBean
TenantContainer
'sgetAllTenantIds
in interface TenantContainerMXBean
public long getTenantAllocatedMemoryById(long id)
TenantContainerMXBean
TenantContainer
represented by id
getTenantAllocatedMemoryById
in interface TenantContainerMXBean
id
- ID of the TenantContainer
object to be queriedpublic ObjectName getObjectName()
getObjectName
in interface PlatformManagedObject
public String getTenantNameById(long id)
TenantContainerMXBean
TenantContainer
object represent by 'id'getTenantNameById
in interface TenantContainerMXBean
id
- ID of the TenantContainer
object to be queried"Copyright 2018, Alibaba, Inc."