|
ibi Patterns .NET API
|
This class contains statistics on a table in the ibi™ Patterns - Search server. More...
Public Member Functions | |
| String | getName () |
| String | getDbInfo () |
| String[] | getFieldNames () |
| String[] | getCharMaps () |
| Gets the name of the character map for each field of the table. | |
| String[] | getChildTables () |
| Get the child tables of this table. | |
| int[] | getFieldTypes () |
| int | getNumRecs () |
| int | getKeyTreeBytes () |
| int | getRecFieldBytes () |
| int | getHeaderBytes () |
| int[] | getFieldBytes () |
| int[] | getFieldChars () |
| |
| long[] | getFieldByteTotals () |
| long[] | getFieldCharTotals () |
| bool | isGipFiltered () |
| bool | isSortFiltered () |
| bool | isPsiFiltered () |
| int | getIdxBytes () |
| int | getIdxGpuBytes () |
| bool | isPhonetic () |
| int | getPhoneticGipBytes () |
| int | getTotalBytes () |
| int | getProcBytes () |
| bool | getIsParent () |
| Check if the table is a parent table. | |
| bool | getIsChild () |
| Check if the table is a child table. | |
| string | getParentTableName () |
| NetricsTable.PsiDensity[] | getPsiEncodingDensities () |
| If the table is PSI-indexed, returns the suffix densities of the PSI encodings. Returns null if the table is not PSI-indexed. | |
| bool | getIsGpuIndexed () |
| Checks if GPU-accelerated indexing is enabled for the table. | |
| bool | getHasVarattrs () |
| Returns true if the table allows variable-attributes. | |
| String[] | getVarAttrNames () |
| Returns all the variable-attribute names in the table. | |
Public Member Functions inherited from NetricsServerInterface.BaseObjectStats | |
| int | getTranState () |
| Get the transaction state for this object. | |
| bool | isDirty () |
| Check if this item has been modified under an open transaction. | |
| bool | isUpdated () |
| Check if this item is updated under an open transaction. | |
| bool | isHeld () |
| Check if this item is held by an open transaction. | |
| int | getTranId () |
| Obsolete. Use getTransactionId to obtain the full 64-bit id. | |
| long | getTransactionId () |
| Get the full ID of the transaction that owns or claims this item. | |
| String | getLayout () |
| Obsolete. Always returns blank. Layouts are deprecated since version 5.6, and removed in 5.7. | |
| String | getCheckpointStatus () |
| Get the checkpoint status of this item. | |
This class contains statistics on a table in the ibi™ Patterns - Search server.
It can be used to get information about the size and structure of the table.
The tblload, tblmove, list, recget, recreplace, recupdate, recdelete, and recadd methods all return a NetrucsDbStats object.
|
inline |
Gets the name of the character map for each field of the table.
|
inline |
Get the child tables of this table.
This returns a list of the child tables of this table. If this is not a parent table null is returned. If this table has no child tables either null or an empty list may be returned.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns true if the table allows variable-attributes.
|
inline |
|
inline |
|
inline |
|
inline |
Check if the table is a child table.
|
inline |
Checks if GPU-accelerated indexing is enabled for the table.
|
inline |
Check if the table is a parent table.
|
inline |
|
inline |
|
inline |
|
inline |
Returns null if the table is not a child table.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns all the variable-attribute names in the table.
The array will be empty if the table has no variable-attributes.
|
inline |
|
inline |
|
inline |
|
inline |