{ "name": "TableStatistics", "comment": "Table statistics data", "javadoc": "Table statistics data", "static": false, "implements": [], "extends": "java.lang.Object", "fields": [ { "name": "name", "comment": "Name of table (same name used by both primary table and related index tables)", "javadoc": "Name of table (same name used by both primary table and related index tables)", "static": false, "type_long": "java.lang.String", "type_short": "String", "constant_value": null }, { "name": "indexColumn", "comment": "For index tables, this indicates the indexed column within the primary table.\n For primary tables, this value is -1 and does not apply.", "javadoc": "For index tables, this indicates the indexed column within the primary table.\n For primary tables, this value is -1 and does not apply.", "static": false, "type_long": "int", "type_short": "int", "constant_value": null }, { "name": "bufferCount", "comment": "Total number of table nodes", "javadoc": "Total number of table nodes", "static": false, "type_long": "int", "type_short": "int", "constant_value": null }, { "name": "size", "comment": "Total size of table", "javadoc": "Total size of table", "static": false, "type_long": "int", "type_short": "int", "constant_value": null }, { "name": "interiorNodeCnt", "comment": "Total number of interior nodes", "javadoc": "Total number of interior nodes", "static": false, "type_long": "int", "type_short": "int", "constant_value": null }, { "name": "recordNodeCnt", "comment": "Total number of leaf/record nodes.", "javadoc": "Total number of leaf/record nodes.", "static": false, "type_long": "int", "type_short": "int", "constant_value": null }, { "name": "chainedBufferCnt", "comment": "Total number of buffers used within chanined DBBuffers for\n record storage.", "javadoc": "Total number of buffers used within chanined DBBuffers for\n record storage.", "static": false, "type_long": "int", "type_short": "int", "constant_value": null } ], "methods": [ { "name": "\u003cinit\u003e", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] } ] }