public class NetricsIdxStats
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NetricsIdxStats(NetricsLpar lpar)
Create a NetricsIdxStats object from the returned LPAR.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Field()
Return the field that is being indexed.
|
java.lang.String |
getCheckpointStatus()
Return the status of any checkpoint for this table.
|
int[] |
getGpuDevices() |
boolean |
getIsGpuIndexed() |
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.
|
int |
GipKBytes()
Return the amount of memory in Kilo-Bytes used by the associated GIP indexes.
|
int |
GpuKBytes() |
int |
IdxKBytes()
Return the index memory usage in Kilo-Bytes.
|
java.lang.String |
IdxType()
Return the index type as a string name.
|
boolean |
isDirty()
Returns true if this item is dirty.
|
boolean |
isHeld()
Returns true if this object is held by an open transaction.
|
boolean |
isPrimary()
Return true if this is a primary index.
|
boolean |
isUpdated()
Returns true if this item is updated by an open transaction.
|
boolean |
normalized()
Return true if this indexes normalized values.
|
int |
NumberPartitions()
Return the number of partitions in this index.
|
java.lang.String |
TableName()
Return the name of the table the index is associated with.
|
java.lang.String |
toString()
Convert to string representation.
|
public NetricsIdxStats(NetricsLpar lpar)
lpar - The raw status lpar.NetricsServerInterface.idxlist(java.lang.String[])public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String TableName()
public java.lang.String Field()
public java.lang.String IdxType()
public boolean isPrimary()
public boolean normalized()
public int NumberPartitions()
public int IdxKBytes()
public int GipKBytes()
public int[] getGpuDevices()
public boolean getIsGpuIndexed()
public int GpuKBytes()
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()