See: Description
Class | Description |
---|---|
DirStorage |
A persistent data storage and retrieval handler based on a file
system directory.
|
Index |
An index dictionary.
|
MemoryStorage |
A persistent data storage and retrieval handler based on an
in-memory hash table.
|
Metadata |
An object metadata container.
|
Path |
A data storage path.
|
RootStorage |
The root storage that provides a unified view of other storages.
|
StorableObject |
The base class for all storable Java objects.
|
Storage |
The persistent data storage and retrieval class.
|
WrappedStorage |
A storage wrapper class.
|
ZipStorage |
A persistent data storage and retrieval handler based on a ZIP
file.
|
Exception | Description |
---|---|
StorageException |
A storage exception.
|
Provides the storage, storable object and metadata API:s.