Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.rawstore Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
AbstractRawStoreAbstract base class for IRawStore implementations.Classcom.bigdata.rawstoreBlazeGraph
AbstractRawStoreTestCaseBase class for writing tests of the IRawStore interface.Classcom.bigdata.rawstoreBlazeGraph
AbstractRawWormStoreAn abstract base class for IRawStore implementations that use an append only (Write Once, Read Many) strategy.Classcom.bigdata.rawstoreBlazeGraph
IAddressManagerAn interface that encapsulates operations on opaque identifiers used to locate data within an IRawStore.Interfacecom.bigdata.rawstoreBlazeGraph
IAllocationContextAn IAllocationContext defines a shadow environment which may be associated with allocations made during a transaction.Interfacecom.bigdata.rawstoreBlazeGraph
IAllocationManagerStoreAdds capability to write and delete allocations within an IAllocationContext.Interfacecom.bigdata.rawstoreBlazeGraph
IBlockAn object that may be used to read or write a block from a store.Interfacecom.bigdata.rawstoreBlazeGraph
IMRMWA marker interface for an IRawStore that declares support for Multiple Readers and Multiple Writers (full read-write concurrency).Interfacecom.bigdata.rawstoreBlazeGraph
IMROWA marker interface for an IRawStore that declares support for Multiple Readers and One Writer (full read concurrency, but single-threadedInterfacecom.bigdata.rawstoreBlazeGraph
IPSOutputStreamThis class provides a stream-based allocation mechanism.Classcom.bigdata.rawstoreBlazeGraph
IRawStore A low-level interface for reading and writing data.Interfacecom.bigdata.rawstoreBlazeGraph
IRWA marker interface for a store that supports Read-Write operations.Interfacecom.bigdata.rawstoreBlazeGraph
IStoreObjectInputStreamInterface exposes the IRawStore during de-serialization.Interfacecom.bigdata.rawstoreBlazeGraph
IStoreObjectOutputStreamInterface exposes the IRawStore during serialization.Interfacecom.bigdata.rawstoreBlazeGraph
IStreamStoreInterface for reading and writing streams on a persistence store.Interfacecom.bigdata.rawstoreBlazeGraph
IWORMInterfacecom.bigdata.rawstoreBlazeGraph
RawStoreDelegateSimple delegation pattern.Classcom.bigdata.rawstoreBlazeGraph
SimpleFileRawStoreA simple persistent unbuffered implementation backed by a file.Classcom.bigdata.rawstoreBlazeGraph
SimpleMemoryRawStoreA purely transient append-only implementation useful when data need to be buffered in memory.Classcom.bigdata.rawstoreBlazeGraph
TestAllRuns all tests for all journal implementations.Classcom.bigdata.rawstoreBlazeGraph
TestSimpleFileRawStoreTest suite for SimpleFileRawStore.Classcom.bigdata.rawstoreBlazeGraph
TestSimpleMemoryRawStoreTest suite for SimpleMemoryRawStore.Classcom.bigdata.rawstoreBlazeGraph
TestWormAddressManagerTest suite for WormAddressManager.Classcom.bigdata.rawstoreBlazeGraph
TransientResourceMetadataStatic class since must be Serializable.Classcom.bigdata.rawstoreBlazeGraph
WormAddressManagerEncapsulates logic for operations on an opaque long integer comprising an byte offset and a byte count suitable for use in a WORM (Write Once, ReadClasscom.bigdata.rawstoreBlazeGraph