|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Block | |
org.apache.jdo.impl.fostore | This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). |
Uses of Block in org.apache.jdo.impl.fostore |
Methods in org.apache.jdo.impl.fostore that return Block | |
(package private) static Block |
FOStoreDatabase.createBlock(FOStoreInput in,
int length)
|
protected Block |
InsertHandler.readBlock(FOStoreInput in)
|
Methods in org.apache.jdo.impl.fostore with parameters of type Block | |
protected void |
InsertHandler.updateDB(OID realOID,
OID givenOID,
Block block,
FOStoreDatabase db)
Add the block to the database, and to the database's extent. |
protected boolean |
UpdateHandler.verify(OID oid,
boolean verifyFields,
Block block)
Verify before image versus database state of an object. |
protected void |
UpdateHandler.updateDB(OID realOID,
OID provOID,
Block block,
FOStoreDatabase db)
Replace a block in the database. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |