public class NetricsIdxStats
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NetricsIdxStats()
Default constructor.
|
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.
|
int |
GipKBytes()
Return the amount of memory in Kilo-Bytes used by the associated GIP indexes.
|
int |
IdxKBytes()
Return the index memory usage in Kilo-Bytes.
|
java.lang.String |
IdxType()
Return the index type as a string name.
|
boolean |
isPrimary()
Return true if this is a primary index.
|
boolean |
normalized()
Return true if this indexes normalized values.
|
int |
NumberPartitions()
Return the number of partitions in this index.
|
NetricsLpar |
StatsLpar()
Return the raw stats LPAR
|
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 NetricsIdxStats()
public java.lang.String toString()
toString
in class java.lang.Object
public NetricsLpar StatsLpar()
public 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()