| Interface | Description |
|---|---|
| DataRecord |
Immutable data record that consists of a binary stream.
|
| DataStore |
Append-only store for binary streams.
|
| DataStoreFactory |
Factory interface for creating
DataStore instances. |
| MultiDataStoreAware |
To use a DataStore within a MultiDataStore it must implement this
MultiDataStoreAware Interface.
|
| ScanEventListener |
The listener interface for receiving garbage collection scan events.
|
| Class | Description |
|---|---|
| AbstractDataRecord |
Abstract data record base class.
|
| AbstractDataStore | |
| DataIdentifier |
Opaque data identifier used to identify records in a data store.
|
| FileDataRecord |
Data record that is based on a normal file.
|
| FileDataStore |
Simple file-based data store.
|
| GarbageCollector |
Garbage collector for DataStore.
|
| LazyFileInputStream |
This input stream delays opening the file until the first byte is read, and
closes and discards the underlying stream as soon as the end of input has
been reached or when the stream is explicitly closed.
|
| MultiDataStore |
A MultiDataStore can handle two independent DataStores.
|
| Exception | Description |
|---|---|
| DataStoreException |
Exception thrown by the Data Store module.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.