Uses of Class
org.apache.jdo.impl.fostore.DBExtent

Packages that use DBExtent
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
 

Uses of DBExtent in org.apache.jdo.impl.fostore
 

Methods in org.apache.jdo.impl.fostore that return DBExtent
(package private) static DBExtent DBExtent.create(FOStoreDatabase fodb, java.lang.String name, FOStoreSchemaUID fsuid, CLID classCLID)
          Return a new DBExtent to the caller.
 

Methods in org.apache.jdo.impl.fostore with parameters of type DBExtent
 boolean FOStoreServerConnection.addExtent(DBExtent dbExtent)
          Adds the extent to this connections set of extents that have been changed during a transaction.
(package private)  boolean DBInfo.makeExtentDirty(DBExtent e)
          Marks the given extent as dirty, so that it can later be stored.
 boolean FOStoreServerConnectionImpl.addExtent(DBExtent dbExtent)
          Adds the extent to this connections set of extents that have been changed during a transaction.