| Interface | Description |
|---|---|
| StreamingStore |
An interface for lower-level storage mechanisms that support
hierarchically-named files or whatever that we can get input and output
streams for.
|
| StructuredStore |
An interface for a high-level object storage mechanism that uses hierarchical
storage paths to refer to objects.
|
| Class | Description |
|---|---|
| ClassResourceStore |
A read-only store that uses the java class resource mechanism.
|
| FileSystemStore |
A StreamingStore implementation based on files in a locally-mounted file
system.
|
| TOFStore |
A StructuredStore implementation which uses the TOF format to store object
graphs in a StreamingStore device.
|
| Exception | Description |
|---|---|
| StoreException |
An exception thrown by Stores, especially for write errors (read errors
generally result in a null value being returned.
|