Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.bigdata.rawstore Classes and Interfaces - 25 results found.
| Name | Description | Type | Package | Framework |
| AbstractRawStore | Abstract base class for IRawStore implementations. | Class | com.bigdata.rawstore | BlazeGraph |
|
| AbstractRawStoreTestCase | Base class for writing tests of the IRawStore interface. | Class | com.bigdata.rawstore | BlazeGraph |
|
| AbstractRawWormStore | An abstract base class for IRawStore implementations that use an append only (Write Once, Read Many) strategy. | Class | com.bigdata.rawstore | BlazeGraph |
|
| IAddressManager | An interface that encapsulates operations on opaque identifiers used to locate data within an IRawStore. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IAllocationContext | An IAllocationContext defines a shadow environment which may be associated with allocations made during a transaction. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IAllocationManagerStore | Adds capability to write and delete allocations within an IAllocationContext. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IBlock | An object that may be used to read or write a block from a store. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IMRMW | A marker interface for an IRawStore that declares support for Multiple Readers and Multiple Writers (full read-write concurrency). | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IMROW | A marker interface for an IRawStore that declares support for Multiple Readers and One Writer (full read concurrency, but single-threaded | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IPSOutputStream | This class provides a stream-based allocation mechanism. | Class | com.bigdata.rawstore | BlazeGraph |
|
| IRawStore | A low-level interface for reading and writing data. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IRW | A marker interface for a store that supports Read-Write operations. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IStoreObjectInputStream | Interface exposes the IRawStore during de-serialization. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IStoreObjectOutputStream | Interface exposes the IRawStore during serialization. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IStreamStore | Interface for reading and writing streams on a persistence store. | Interface | com.bigdata.rawstore | BlazeGraph |
|
| IWORM | | Interface | com.bigdata.rawstore | BlazeGraph |
|
| RawStoreDelegate | Simple delegation pattern. | Class | com.bigdata.rawstore | BlazeGraph |
|
| SimpleFileRawStore | A simple persistent unbuffered implementation backed by a file. | Class | com.bigdata.rawstore | BlazeGraph |
|
| SimpleMemoryRawStore | A purely transient append-only implementation useful when data need to be buffered in memory. | Class | com.bigdata.rawstore | BlazeGraph |
|
| TestAll | Runs all tests for all journal implementations. | Class | com.bigdata.rawstore | BlazeGraph |
|
| TestSimpleFileRawStore | Test suite for SimpleFileRawStore. | Class | com.bigdata.rawstore | BlazeGraph |
|
| TestSimpleMemoryRawStore | Test suite for SimpleMemoryRawStore. | Class | com.bigdata.rawstore | BlazeGraph |
|
| TestWormAddressManager | Test suite for WormAddressManager. | Class | com.bigdata.rawstore | BlazeGraph |
|
| TransientResourceMetadata | Static class since must be Serializable. | Class | com.bigdata.rawstore | BlazeGraph |
|
| WormAddressManager | Encapsulates logic for operations on an opaque long integer comprising an byte offset and a byte count suitable for use in a WORM (Write Once, Read | Class | com.bigdata.rawstore | BlazeGraph |