public class NetricsCharmapStats
extends java.lang.Object
implements java.io.Serializable
Objects of this class contain status information on a character map in the server. Charmap objects are created and returned by the NetricsServerInterface cmap_stats method. Normally there is no need to explicitly create a NetricsCharmapStats object.
| Constructor and Description |
|---|
NetricsCharmapStats()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CharmapName()
Return the name of the character map.
|
java.lang.String |
getCheckpointStatus()
Return the status of any checkpoint for this table.
|
java.lang.String |
getLayout()
The layout to which the object belongs.
|
int |
getTranId()
Returns the full ID of the transaction that owns or claim this item.
|
int |
getTranState()
Returns the transaction state for this object.
|
boolean |
isDirty()
Returns true if this item is dirty.
|
boolean |
isHeld()
Returns true if this object is held by an open transaction.
|
boolean |
isUpdated()
Returns true if this item is updated by an open transaction.
|
java.lang.String |
toString()
Convert to string representation.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String CharmapName()
public int getTranState()
getTranState in interface NetricsCommonStatspublic boolean isDirty()
isDirty in interface NetricsCommonStatspublic boolean isUpdated()
isUpdated in interface NetricsCommonStatspublic boolean isHeld()
isHeld in interface NetricsCommonStatspublic int getTranId()
getTranId in interface NetricsCommonStatspublic java.lang.String getLayout()
getLayout in interface NetricsCommonStatspublic java.lang.String getCheckpointStatus()