Package db

Class TableStatistics

java.lang.Object
db.TableStatistics

public class TableStatistics extends Object
Table statistics data
  • Field Details

    • name

      public String name
      Name of table (same name used by both primary table and related index tables)
    • indexColumn

      public int indexColumn
      For index tables, this indicates the indexed column within the primary table. For primary tables, this value is -1 and does not apply.
    • bufferCount

      public int bufferCount
      Total number of table nodes
    • size

      public int size
      Total size of table
    • interiorNodeCnt

      public int interiorNodeCnt
      Total number of interior nodes
    • recordNodeCnt

      public int recordNodeCnt
      Total number of leaf/record nodes.
    • chainedBufferCnt

      public int chainedBufferCnt
      Total number of buffers used within chanined DBBuffers for record storage.
  • Constructor Details

    • TableStatistics

      public TableStatistics()