|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DumpOption | |
org.apache.jdo.impl.fostore | This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). |
Uses of DumpOption in org.apache.jdo.impl.fostore |
Fields in org.apache.jdo.impl.fostore declared as DumpOption | |
(package private) static DumpOption |
DumpOption.DBINFO
Provide information about all classes in the store. |
(package private) static DumpOption |
DumpOption.CLASS_METADATA
Provide metadata information about a particular class. |
(package private) static DumpOption |
DumpOption.CLASS_INSTANCES
List all instances of a particular class. |
(package private) static DumpOption |
DumpOption.CLASS_SUBCLASSES
List all subclasses of a particular class. |
private DumpOption |
DumpRequest.option
The DumpOption. |
Methods in org.apache.jdo.impl.fostore that return DumpOption | |
(package private) static DumpOption |
DumpOption.forName(java.lang.String name)
Provide a DumpOption given a name. |
(package private) static DumpOption |
DumpOption.read(java.io.DataInput in)
Return the instance of a DumpOption that corresponds to the value read from the DataInput. |
Methods in org.apache.jdo.impl.fostore with parameters of type DumpOption | |
DumpRequest |
RequestFactory.getDumpRequest(DumpOption option,
java.lang.String className,
Message m,
FOStorePMF pmf)
Creates a request object to get information from the store. |
DumpRequest |
BufferedRequestFactory.getDumpRequest(DumpOption option,
java.lang.String className,
Message m,
FOStorePMF pmf)
|
java.lang.String |
FOStoreStoreManager.dump(DumpOption option,
java.lang.String name)
Dumps information about the store. |
Constructors in org.apache.jdo.impl.fostore with parameters of type DumpOption | |
DumpRequest(DumpOption option,
java.lang.String className,
Message m,
FOStorePMF pmf)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |