public class NetricsTableStats
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NetricsTableStats() |
NetricsTableStats(NetricsLpar lpar,
java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getCharMaps()
Return the name of the character map for each field of the table.
|
java.lang.String |
getCheckpointStatus()
Return the status of any checkpoint for this table.
|
int[] |
getFieldBytes() |
int[] |
getFieldChars() |
java.lang.String[] |
getFieldNames()
Return the names of the fields of the table.
|
int[] |
getFieldTypes()
Return the types of the fields of the table.
|
int |
getHeaderBytes()
Return the total size of the overhead for a table (in kbytes).
|
int |
getIdxBytes()
Return the total size of the indexing information for the table (in kbytes).
|
int |
getKeyTreeBytes()
Return the total size of the tree structure which holds the record
keys for the table (in kbytes).
|
java.lang.String |
getName()
Return the name of the table.
|
int |
getNumRecs()
Return the number of records currently in the table.
|
int |
getPhoneticGipBytes()
Return the total size of the indexing information for the table
for the "phoneticized records" (in kbytes).
|
int |
getProcBytes()
Return the total memory used by the process (in kbytes).
|
int |
getRecFieldBytes()
Return the total size of the overhead for storing the field structure
of the table (in kbytes).
|
java.lang.String |
getTblInfo()
Return the table info field for this table.
|
int |
getTotalBytes()
Return the total size of the table, all structures included (in kbytes).
|
boolean |
isGipFiltered()
Return whether or not the GIP filter is turned on for the table.
|
boolean |
isPhonetic()
Return whether of not phonetics is turned on for the databse.
|
boolean |
isPsiFiltered()
Return whether or not the PSI filter is turned on for the table.
|
boolean |
isSortFiltered()
Return whether or not the SORT filter is turned on for the table.
|
java.lang.String |
toString() |
public NetricsTableStats(NetricsLpar lpar, java.lang.String s)
public NetricsTableStats()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public java.lang.String getTblInfo()
public java.lang.String getCheckpointStatus()
public java.lang.String[] getFieldNames()
public java.lang.String[] getCharMaps()
public int[] getFieldTypes()
public int getNumRecs()
public int getKeyTreeBytes()
public int getRecFieldBytes()
public int getHeaderBytes()
public int[] getFieldBytes()
public int[] getFieldChars()
public boolean isGipFiltered()
public boolean isSortFiltered()
public boolean isPsiFiltered()
public int getIdxBytes()
public boolean isPhonetic()
public int getPhoneticGipBytes()
public int getTotalBytes()
public int getProcBytes()