public interface AllocatorMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllocatorKey()
Gets the value of the allocatorKey property.
|
java.math.BigInteger |
getMaxId()
Gets the value of the maxId property.
|
java.math.BigInteger |
getMinId()
Gets the value of the minId property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setAllocatorKey(java.lang.String value)
Sets the value of the allocatorKey property.
|
void |
setMaxId(java.math.BigInteger value)
Sets the value of the maxId property.
|
void |
setMinId(java.math.BigInteger value)
Sets the value of the minId property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getAllocatorKey()
void setAllocatorKey(java.lang.String value)
java.math.BigInteger getMinId()
void setMinId(java.math.BigInteger value)
java.math.BigInteger getMaxId()
void setMaxId(java.math.BigInteger value)