Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.store.access
Interface SpaceInfo  view SpaceInfo download SpaceInfo.java


public interface SpaceInfo

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


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