public class NetricsModelStats
extends java.lang.Object
implements java.io.Serializable
These objects are created and returned by the NetricsServerInterface rllist method. Normally there is no need to explicitly create a NetricsModelStats object.
| Constructor and Description |
|---|
NetricsModelStats()
Default constructor.
|
NetricsModelStats(NetricsLpar lpar)
Create a NetricsModelStats object from the returned LPAR.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCheckpointStatus()
Return the status of any checkpoint for this table.
|
java.lang.String |
getLayout()
The layout to which the object belongs.
|
java.lang.String |
getTag(java.lang.String tag_name)
Return the tag value, null if none, or error.
|
java.lang.String |
getTags()
Return the Tags string for the model.
|
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 |
MetaData()
Return the Meta-Data string for the model.
|
java.lang.String |
ModelName()
Return the name of the model.
|
int |
NumberOfFeatures()
Return the number of features in the model.
|
NetricsLpar |
StatsLpar()
Return the raw stats LPAR
|
java.lang.String |
toString()
Convert to string representation.
|
public NetricsModelStats(NetricsLpar lpar)
lpar - The raw status lpar.NetricsServerInterface.rllist(java.lang.String[])public NetricsModelStats()
public java.lang.String toString()
toString in class java.lang.Objectpublic NetricsLpar StatsLpar()
public java.lang.String ModelName()
public int NumberOfFeatures()
public java.lang.String MetaData()
public java.lang.String getTags()
public java.lang.String getTag(java.lang.String tag_name)
tag_name - name of tag to return value forpublic 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()