org.apache.derby.iapi.store.access
Interface SpaceInfo

All Known Implementing Classes:
SpaceInformation

public interface SpaceInfo

Manage the result information from a single call to ConglomerateController.getSpaceInfo().

See Also:
ConglomerateController

Method Summary
 long getNumAllocatedPages()
          Get the estimated number of allocated pages
 long getNumFreePages()
          Get the estimated number of free pages
 long getNumUnfilledPages()
          Get the estimated number of unfilled pages
 int getPageSize()
          Get the page size
 

Method Detail

getNumAllocatedPages

public long getNumAllocatedPages()
Get the estimated number of allocated pages


getNumFreePages

public long getNumFreePages()
Get the estimated number of free pages


getNumUnfilledPages

public long getNumUnfilledPages()
Get the estimated number of unfilled pages


getPageSize

public int getPageSize()
Get the page size


Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.