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

long getNumAllocatedPages()
Get the estimated number of allocated pages


getNumFreePages

long getNumFreePages()
Get the estimated number of free pages


getNumUnfilledPages

long getNumUnfilledPages()
Get the estimated number of unfilled pages


getPageSize

int getPageSize()
Get the page size


Built on Thu 2010-12-23 20:49:13+0000, from revision ???

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