public interface NetricsCommonStats
| Modifier and Type | Method and Description |
|---|---|
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.
|
int getTranState()
boolean isDirty()
boolean isUpdated()
boolean isHeld()
int getTranId()
java.lang.String getLayout()