org.apache.derby.impl.store.access.heap
Class TableStats

java.lang.Object
  extended by org.apache.derby.impl.store.access.heap.TableStats

 class TableStats
extends java.lang.Object

The HeapController_D class implements the Diagnostics protocol for the HeapController class.


Field Summary
 long max_pageno
           
 long max_rowsize_bytes
           
 long min_rowsize_bytes
           
 int num_deleted
           
 int num_entries
           
 long num_free_bytes
           
 int num_overflow_pgs
           
 long num_overflow_rows
           
 int num_pages
           
 long num_res_bytes
           
 long num_rowsize_bytes
           
 
Constructor Summary
TableStats()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_pages

public int num_pages

num_overflow_pgs

public int num_overflow_pgs

num_entries

public int num_entries

num_deleted

public int num_deleted

max_pageno

public long max_pageno

num_free_bytes

public long num_free_bytes

num_res_bytes

public long num_res_bytes

num_overflow_rows

public long num_overflow_rows

num_rowsize_bytes

public long num_rowsize_bytes

min_rowsize_bytes

public long min_rowsize_bytes

max_rowsize_bytes

public long max_rowsize_bytes
Constructor Detail

TableStats

TableStats()

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.