| Name | Description | Type | Package | Framework |
| AbortRequiredException | An instance of this exception is thrown when the storage layer must go through an abort before new writes may be applied or committed. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractBufferStrategy | Abstract base class for IBufferStrategy implementation. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractBufferStrategyTestCase | Base class for writing test cases for the different IBufferStrategyVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractCommitRecordTestCase | Defines some helper methods for testing ICommitRecords. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractCommitTimeIndex | Abstract BTree mapping commitTime (long integers) to ICommitTimeEntry objects. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractIndexManagerTestCase | | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractInterruptsTestCase | Test suite for correct handling of ClosedByInterruptExceptions. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractJournal | The journal is a persistence capable data structure supporting atomic commit, named indices, and full transactions. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractJournal .ISnapshotData | | Interface | com.bigdata.journal | BlazeGraph |
|
| AbstractJournal .ISnapshotEntry | | Interface | com.bigdata.journal | BlazeGraph |
|
| AbstractJournal .SnapshotData | | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractJournalTestCase | Abstract harness for testing under a variety of configurations. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractLocalTransactionManager | Manages the client side of a transaction either for a standalone Journal or for an IDataService in an | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMRMWTestCase | Test suite for MRMW (Multiple Readers, Multiple Writers) support. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMRMWTestCase .GenerateExperiment | Experiment generation utility class. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMRMWTestCase .GroundTruth | stores the AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMRMWTestCase .ReaderTask | Run a reader. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMRMWTestCase .Record | A ground truth record as generated by a AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMRMWTestCase .StressTestMRMW | Concrete instance for running stress tests and comparisons. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMRMWTestCase .TestOptions | Additional properties understood by this test. | Interface | com.bigdata.journal | BlazeGraph |
|
| AbstractMRMWTestCase .WriterTask | The writer uses a AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMROWTestCase | Test suite for MROW (Multiple Readers, One Writer) support. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMROWTestCase .ReaderTask | | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMROWTestCase .Record | A ground truth record as generated by a AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractMROWTestCase .WriterTask | The writer exposes state to the readers so that they can perform reads on written records and so that the can validate those reads against ground | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractRestartSafeTestCase | Test suite for restart-safe (data survives commit and reopen of the store). | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractTask | Abstract base class for tasks that may be submitted to the ConcurrencyManager. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractTask .DelegateTask | Delegates various behaviors visible to the application code using the ITask interface to the AbstractTask object. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractTask .InnerReadWriteTxServiceCallable | Inner class used to wrap up the call to AbstractTask. | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractTask .InnerWriteServiceCallable | An instance of this class is used as the delegate to coordinate the acquisition of locks with the NonBlockingLockManager before the task can execute and to release | Class | com.bigdata.journal | BlazeGraph |
|
| AbstractTask .ResubmitException | This is thrown if you attempt to reuse (re-submit) the same AbstractTask instance. | Class | com.bigdata.journal | BlazeGraph |
|
| BasicBufferStrategy | for a BufferMode. | Class | com.bigdata.journal | BlazeGraph |
|
| BasicExperimentConditions | | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate | A benchmark that computes the raw platform write rate for pure sequential IO, the journal's write rate, and both unisolated and isolated index write rates. | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .AbstractBenchmarkOptimium | Does N writes of M size data blocks on a pre-extended file using pure sequential IO. | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .BenchmarkBlockBasedOptimium | Writes the same amount of data using large blocks on a pre-extended file using pure sequential IO. | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .BenchmarkDirectJournal | | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .BenchmarkDiskJournal | | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .BenchmarkDiskRWJournal | | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .BenchmarkMappedJournal | | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .BenchmarkSmallRecordOptimium | Writes the same amount of data, using 128 byte records on a pre-extended file using pure sequential IO. | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .BenchmarkSustainedTransferOptimium | Writes the same amount of data using a single nio "write buffer" operation on a pre-extended file. | Class | com.bigdata.journal | BlazeGraph |
|
| BenchmarkJournalWriteRate .BenchmarkTransientJournal | | Class | com.bigdata.journal | BlazeGraph |
|
| BufferMode | The buffer mode in which the journal is opened. | Class | com.bigdata.journal | BlazeGraph |
|
| CommitCounterUtility | Utility class for operations on files that are named using a commit counter. | Class | com.bigdata.journal | BlazeGraph |
|
| CommitException | Exception thrown when there is a commit failure, especially for the groupAuthor:bryanSee Also:Serialized Form | Class | com.bigdata.journal | BlazeGraph |
|
| CommitRecord | A read-only view of an ICommitRecord. | Class | com.bigdata.journal | BlazeGraph |
|
| CommitRecordIndex | BTree mapping commit times to ICommitRecords. | Class | com.bigdata.journal | BlazeGraph |
|
| CommitRecordIndex .CommitRecordIndexTupleSerializer | Encapsulates key and value formation for the CommitRecordIndex. | Class | com.bigdata.journal | BlazeGraph |
|
| CommitRecordIndex .Entry | An entry in the persistent index. | Class | com.bigdata.journal | BlazeGraph |
|
| CommitRecordIndex .Entry .EntrySerializer | Used to (de-)serialize CommitRecordIndex. | Class | com.bigdata.journal | BlazeGraph |
|
| CommitRecordSerializer | A helper class for (de-)serializing the root addresses. | Class | com.bigdata.journal | BlazeGraph |
|
| CompactJournalUtility | Utility class to compact a Journal. | Class | com.bigdata.journal | BlazeGraph |
|
| CompactTask | Task compacts the journal state onto a caller specified file. | Class | com.bigdata.journal | BlazeGraph |
|
| ConcurrencyManager | Supports concurrent operations against named indices. | Class | com.bigdata.journal | BlazeGraph |
|
| ConcurrencyManager .IConcurrencyManagerCounters | the ConcurrencyManager. | Interface | com.bigdata.journal | BlazeGraph |
|
| ConcurrencyManager .Options | Options for the ConcurrentManager. | Interface | com.bigdata.journal | BlazeGraph |
|
| DelegateTransactionService | Delegation pattern for an ITransactionService. | Class | com.bigdata.journal | BlazeGraph |
|
| DeleteBlockCommitter | Defines the callback object called on commit that enables the deferred delete blocks to be associated with a CommitRecord. | Class | com.bigdata.journal | BlazeGraph |
|
| DirectBufferStrategy | Direct buffer strategy uses a direct ByteBuffer as a write through cache and writes through to disk for persistence. | Class | com.bigdata.journal | BlazeGraph |
|
| DiskBackedBufferStrategy | Abstract base class for implementations that use a direct buffer as a write through cache to an image on the disk. | Class | com.bigdata.journal | BlazeGraph |
|
| DiskOnlyStrategy | Disk-based journal strategy. | Class | com.bigdata.journal | BlazeGraph |
|
| DropIndexTask | Drop a named index (unisolated write operation). | Class | com.bigdata.journal | BlazeGraph |
|
| DumpJournal | A utility class that opens the journal in a read-only mode and dumps the root blocks and metadata about the indices on a journal file. | Class | com.bigdata.journal | BlazeGraph |
|
| FileMetadata | Helper object used when opening or creating journal file in any of theVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| ForceEnum | Type safe enumeration of options governing whether and how a file is forced to stable storage. | Class | com.bigdata.journal | BlazeGraph |
|
| GangliaPlugIn | A plugin for ganglia. | Class | com.bigdata.journal | BlazeGraph |
|
| GangliaPlugIn .Options | Configuration options. | Interface | com.bigdata.journal | BlazeGraph |
|
| HttpPlugin | CounterSetHTTPD plug-in. | Class | com.bigdata.journal | BlazeGraph |
|
| HttpPlugin .Options | | Interface | com.bigdata.journal | BlazeGraph |
|
| IAtomicStore | Interface for low-level operations on a store supporting an atomic commit. | Interface | com.bigdata.journal | BlazeGraph |
|
| IBTreeManager | Interface for management of local index resources such as BTree, TODO GIST This interface was historically only for the local BTree. | Interface | com.bigdata.journal | BlazeGraph |
|
| IBufferStrategy | Interface for implementations of a buffer strategy as identified by a BufferMode. | Interface | com.bigdata.journal | BlazeGraph |
|
| ICommitRecord | An interface providing a read-only view of a commit record. | Interface | com.bigdata.journal | BlazeGraph |
|
| ICommitter | An interface implemented by a persistence capable data structure such as a btree so that it can participate in the commit protocol for the store. | Interface | com.bigdata.journal | BlazeGraph |
|
| ICommitTimeEntry | Interface for access to the snapshot metadata. | Interface | com.bigdata.journal | BlazeGraph |
|
| IConcurrencyManager | Interface for managing concurrent access to resources (indices). | Interface | com.bigdata.journal | BlazeGraph |
|
| IDiskBasedStrategy | An interface for implementations backed by a file on disk. | Interface | com.bigdata.journal | BlazeGraph |
|
| IDistributedTransactionService | IBigdataFederation. | Interface | com.bigdata.journal | BlazeGraph |
|
| IGISTLocalManager | Interface for managing local (non-distributed) generalized search treesAuthor:Bryan ThompsonSee Also: GIST | Interface | com.bigdata.journal | BlazeGraph |
|
| IGISTManager | Interface for managing local or distributed index structures in a manner that is not B+Tree specific. | Interface | com.bigdata.journal | BlazeGraph |
|
| IHABufferStrategy | A highly available IBufferStrategy. | Interface | com.bigdata.journal | BlazeGraph |
|
| IIndexManager | Interface for managing named indices. | Interface | com.bigdata.journal | BlazeGraph |
|
| IIndexStore | Collection of methods that are shared by both local and distributed stores. | Interface | com.bigdata.journal | BlazeGraph |
|
| IJournal | An persistence capable data structure supporting atomic commit, scalable named indices, and transactions. | Interface | com.bigdata.journal | BlazeGraph |
|
| ILocalTransactionManager | Interface for managing local transaction state (the client side of the ITransactionService). | Interface | com.bigdata.journal | BlazeGraph |
|
| IndexExistsException | | Class | com.bigdata.journal | BlazeGraph |
|
| IndexProcedureTask | Class provides an adaptor allowing a IIndexProcedure to be executed on an IConcurrencyManager. | Class | com.bigdata.journal | BlazeGraph |
|
| IPlugIn | Interface for a "plug in" that can be registered with a Journal. | Interface | com.bigdata.journal | BlazeGraph |
|
| IReadOnly | A marker interface for logic that can declare whether or not it is read-only. | Interface | com.bigdata.journal | BlazeGraph |
|
| IResourceLock | A lock granted by an IResourceLockService. | Interface | com.bigdata.journal | BlazeGraph |
|
| IResourceLockService | Interface named synchronous distributed locks without deadlock detection. | Interface | com.bigdata.journal | BlazeGraph |
|
| IResourceManager | Interface manging the resources on which indices are stored. | Interface | com.bigdata.journal | BlazeGraph |
|
| IRootBlockView | Interface for a root block on the journal. | Interface | com.bigdata.journal | BlazeGraph |
|
| ISnapshotFactory | Interface allows an application to decide on the file name for the snapshot, whether or not the snapshot will be compressed, etc. | Interface | com.bigdata.journal | BlazeGraph |
|
| ISnapshotResult | Interface for the outcome of a snapshot task. | Interface | com.bigdata.journal | BlazeGraph |
|
| ITask | Interface available to tasks running under the ConcurrencyManager. | Interface | com.bigdata.journal | BlazeGraph |
|
| ITimestampService | A service for unique timestamps. | Interface | com.bigdata.journal | BlazeGraph |
|
| ITransactionService | An interface for managing transaction life cycles. | Interface | com.bigdata.journal | BlazeGraph |
|
| ITx | Interface for transaction state on the client. | Interface | com.bigdata.journal | BlazeGraph |
|
| Journal | Concrete implementation suitable for a local and unpartitioned database. | Class | com.bigdata.journal | BlazeGraph |
|
| Journal .IJournalCounters | reported by the Journal and the various services which it uses. | Interface | com.bigdata.journal | BlazeGraph |
|
| Journal .Options | Options understood by the Journal. | Interface | com.bigdata.journal | BlazeGraph |
|
| JournalDelegate | IJournal delegation pattern. | Class | com.bigdata.journal | BlazeGraph |
|
| JournalMetrics | Simple class to retrieve open journal and thread metrics for debugging purposes. | Class | com.bigdata.journal | BlazeGraph |
|
| JournalTransactionService | | Class | com.bigdata.journal | BlazeGraph |
|
| JournalTransactionService .SinglePhaseCommit | This task is an UNISOLATED operation that validates and commits a transaction known to have non-empty write sets. | Class | com.bigdata.journal | BlazeGraph |
|
| JournalTransactionService .ValidateWriteSetTask | This task is an UNISOLATED operation that validates a transaction known to have non-empty write sets. | Class | com.bigdata.journal | BlazeGraph |
|
| MappedBufferStrategy | Memory-mapped journal strategy (this mode is NOT recommended). | Class | com.bigdata.journal | BlazeGraph |
|
| Name2Addr | Name2Addr is a BTree mapping index names to an Name2Addr. | Class | com.bigdata.journal | BlazeGraph |
|
| Name2Addr .Entry | An entry in the persistent index. | Class | com.bigdata.journal | BlazeGraph |
|
| Name2Addr .EntrySerializer | The values are Name2Addr. | Class | com.bigdata.journal | BlazeGraph |
|
| Name2Addr .Name2AddrTupleSerializer | Encapsulates key and value formation for Name2Addr. | Class | com.bigdata.journal | BlazeGraph |
|
| NoSuchIndexException | | Class | com.bigdata.journal | BlazeGraph |
|
| Options | Options for the Journal. | Interface | com.bigdata.journal | BlazeGraph |
|
| OverflowException | An instance of this class is thrown if an AbstractBufferStrategy. | Class | com.bigdata.journal | BlazeGraph |
|
| PlatformStatsPlugIn | IPlugin for collecting statistics from the operating system. | Class | com.bigdata.journal | BlazeGraph |
|
| PlatformStatsPlugIn .Options | | Interface | com.bigdata.journal | BlazeGraph |
|
| ProxyTestCase | This class provides proxy delegation logic for abstract methods declared by AbstractJournalTestCase and is used to extend the set of tests that will be | Class | com.bigdata.journal | BlazeGraph |
|
| QueueStatsPlugIn | Plugin for sampling the ExecutorService. | Class | com.bigdata.journal | BlazeGraph |
|
| QueueStatsPlugIn .Options | Performance counters options. | Interface | com.bigdata.journal | BlazeGraph |
|
| RegisterIndexTask | Register a named index (unisolated write operation). | Class | com.bigdata.journal | BlazeGraph |
|
| RemoveDeferredFreesFromCommitRecords | A utility to fix a store with invalid addresses in the deferred free list of a commitRecord. | Class | com.bigdata.journal | BlazeGraph |
|
| ResourceLockService | An implementation using NamedLocks suitable for within JVM locking. | Class | com.bigdata.journal | BlazeGraph |
|
| RootBlockCommitter | Provides the callback to save the previous root block and store the address with the current CommitRecord. | Class | com.bigdata.journal | BlazeGraph |
|
| RootBlockException | An instance of this class is thrown if there is a problem with a root block (bad magic, unknown version, Challis fields do not agree, checksum error, | Class | com.bigdata.journal | BlazeGraph |
|
| RootBlockUtility | Utility class will read both root blocks of a file and indicate which oneVersion:$Id$Author:Bryan | Class | com.bigdata.journal | BlazeGraph |
|
| RootBlockView | A view onto a root block of the Journal. | Class | com.bigdata.journal | BlazeGraph |
|
| RunState | Enum of transaction run states. | Class | com.bigdata.journal | BlazeGraph |
|
| RWAddressManager | | Class | com.bigdata.journal | BlazeGraph |
|
| RWStrategy | A highly scalable persistent IBufferStrategy wrapping the RWStore which may be used as the backing store for a Journal. | Class | com.bigdata.journal | BlazeGraph |
|
| SnapshotTask | Take a snapshot of the journal. | Class | com.bigdata.journal | BlazeGraph |
|
| SnapshotTask .Options | | Interface | com.bigdata.journal | BlazeGraph |
|
| StoreState | | Interface | com.bigdata.journal | BlazeGraph |
|
| StoreTypeEnum | The type of store (read/write vs worm). | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestConcurrentTx | Stress tests for concurrent transaction processing. | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestConcurrentTx .GenerateExperiment | Experiment generation utility class. | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestConcurrentTx .Task | Note: defers creation of the tx until it begins to execute! This provides a substantial resource savings and lets transactions begin execution | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestConcurrentTx .TestOptions | Additional properties understood by this test. | Interface | com.bigdata.journal | BlazeGraph |
|
| StressTestConcurrentUnisolatedIndices | Stress tests for concurrent processing of operations on named unisolatedAuthor:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestConcurrentUnisolatedIndices .GenerateExperiment | Experiment generation utility class. | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestConcurrentUnisolatedIndices .TestOptions | Additional properties understood by this test. | Interface | com.bigdata.journal | BlazeGraph |
|
| StressTestConcurrentUnisolatedIndices .WriteTask | A task that writes on named unisolated index(s). | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestGroupCommit | Stress test of the group commit mechanism. | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestGroupCommit .GenerateExperiment | Experiment generation utility class. | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestGroupCommit .TestOptions | Options understood by this stress test. | Interface | com.bigdata.journal | BlazeGraph |
|
| StressTestLockContention | Lock contention results when unisolated writers seek conflicting locks. | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestUnisolatedReadWriteIndex | Stress tests for concurrent processing of operations on named unisolated indices where the concurrency is managed by an | Class | com.bigdata.journal | BlazeGraph |
|
| StressTestUnisolatedReadWriteIndex .TestOptions | Additional properties understood by this test. | Interface | com.bigdata.journal | BlazeGraph |
|
| StressTestUnisolatedReadWriteIndex .WriteTask | A task that writes on named unisolated index(s). | Class | com.bigdata.journal | BlazeGraph |
|
| TemporaryRawStore | A non-restart-safe store for temporary data that buffers data in memory until the write cache overflows (or is flushed to the disk) and then converts to a | Class | com.bigdata.journal | BlazeGraph |
|
| TemporaryStore | A temporary store that supports named indices but no concurrency controls. | Class | com.bigdata.journal | BlazeGraph |
|
| TemporaryStoreFactory | Helper class for IIndexStore. | Class | com.bigdata.journal | BlazeGraph |
|
| TemporaryStoreFactory .Options | Configuration options for the TemporaryStoreFactory. | Interface | com.bigdata.journal | BlazeGraph |
|
| TestAbort | Test the ability to abort (discard an uncommitted write set). | Class | com.bigdata.journal | BlazeGraph |
|
| TestAddDropIndexTask | Test suite for RegisterIndexTask and DropIndexTask. | Class | com.bigdata.journal | BlazeGraph |
|
| TestAll | Runs all tests for all journal implementations. | Class | com.bigdata.journal | BlazeGraph |
|
| TestClockSkewDetection | Test suite for ClocksNotSynchronizedException. | Class | com.bigdata.journal | BlazeGraph |
|
| TestCommitCounterUtility | Test suite for the CommitCounterUtility. | Class | com.bigdata.journal | BlazeGraph |
|
| TestCommitHistory | Test the ability to get (exact match) and find (most recent less than or equal to) historical commit records in a Journal. | Class | com.bigdata.journal | BlazeGraph |
|
| TestCommitList | Test suite for restart-safety of BTrees backed by anVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| TestCommitRecordIndex | Test suite for CommitRecordIndex. | Class | com.bigdata.journal | BlazeGraph |
|
| TestCommitRecordSerializer | Test suite for CommitRecordSerializer. | Class | com.bigdata.journal | BlazeGraph |
|
| TestCompactJournal | Test suite for Journal. | Class | com.bigdata.journal | BlazeGraph |
|
| TestConcurrentJournal | Test suite for the IConcurrencyManager interface on theAuthor:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| TestDirectJournal | Test suite for BufferMode. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDirectJournal .TestInterrupts | Test suite integration for AbstractInterruptsTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDirectJournal .TestMRMW | Test suite integration for AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDirectJournal .TestMROW | Test suite integration for AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDirectJournal .TestRawStore | Test suite integration for AbstractRestartSafeTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDiskJournal | Test suite for BufferMode. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDiskJournal .TestInterrupts | Test suite integration for AbstractInterruptsTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDiskJournal .TestMRMW | Test suite integration for AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDiskJournal .TestMROW | Test suite integration for AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDiskJournal .TestRawStore | Test suite integration for AbstractRestartSafeTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDoubleOpen | Test the ability to rollback a commit. | Class | com.bigdata.journal | BlazeGraph |
|
| TestDumpJournal | Test suite for DumpJournal. | Class | com.bigdata.journal | BlazeGraph |
|
| TestHelper | Some helper methods for CI. | Class | com.bigdata.journal | BlazeGraph |
|
| TestHierarchicalLockingTasks | Test suite for hierarchical locking of indices based on namespace prefixes. | Class | com.bigdata.journal | BlazeGraph |
|
| TestJournalAbort | Test suite for a failure to handle errors inside of abort() by marking the journal as requiring abort(). | Class | com.bigdata.journal | BlazeGraph |
|
| TestJournalBasics | Aggregates all tests into something approximately increasing dependency order. | Class | com.bigdata.journal | BlazeGraph |
|
| TestJournalShutdown | Stress test for correct shutdown of journals based on weak referenceVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| TestMappedJournal | Test suite for BufferMode. | Class | com.bigdata.journal | BlazeGraph |
|
| TestMappedJournal .TestInterrupts | Test suite integration for AbstractInterruptsTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestMappedJournal .TestMRMW | Test suite integration for AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestMappedJournal .TestMROW | Test suite integration for AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestMappedJournal .TestRawStore | Test suite integration for AbstractRestartSafeTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestName2Addr | Test suite for the index used to name index names to theVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| TestNamedIndices | Test suite for api supporting registration, lookup, use, and atomic commit ofVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| TestRandomAccessFileSynchronousWrites | Test suite for conformance with synchronous IO write requests made on a RandomAccessFile opened using rss or rdd | Class | com.bigdata.journal | BlazeGraph |
|
| TestReadCommittedTx | Test suite for transactions reading from a start time corresponding to the last commit time on the database. | Class | com.bigdata.journal | BlazeGraph |
|
| TestReadOnlyTx | Test suite for fully isolated read-only transactions reading from a caller specified start time. | Class | com.bigdata.journal | BlazeGraph |
|
| TestRestartSafe | Test suite for restart-safety of BTrees backed by anVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.journal | BlazeGraph |
|
| TestRestartSafe .MyBTree | | Class | com.bigdata.journal | BlazeGraph |
|
| TestRollbackCommit | Test the ability to rollback a commit. | Class | com.bigdata.journal | BlazeGraph |
|
| TestRootBlockView | Test suite for RootBlockView. | Class | com.bigdata.journal | BlazeGraph |
|
| TestRunState | Unit tests for RunState. | Class | com.bigdata.journal | BlazeGraph |
|
| TestSimpleReleaseTimes | Example of Commit History usage. | Class | com.bigdata.journal | BlazeGraph |
|
| TestSnapshotJournal | Journal#snapshot(com. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTemporaryStore | Test suite for TemporaryStore (temporary store with named indices). | Class | com.bigdata.journal | BlazeGraph |
|
| TestTemporaryStore .TestInterrupts | Test suite integration for TestTemporaryStore. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTemporaryStore .TestMRMW | Test suite integration for AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTemporaryStore .TestMROW | Test suite integration for AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTemporaryStore .TestRawStore | Test suite integration for AbstractRawStoreTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTransactionService | Unit tests of the AbstractTransactionService using a mock client. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTransactionService .MockTransactionService | | Class | com.bigdata.journal | BlazeGraph |
|
| TestTransactionSupport | | Class | com.bigdata.journal | BlazeGraph |
|
| TestTransientJournal | Test suite for BufferMode. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTransientJournal .TestMRMW | Test suite integration for AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTransientJournal .TestMROW | Test suite integration for AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTransientJournal .TestRawStore | Test suite integration for AbstractRawStoreTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestTx | Test suite for fully-isolated read-write transactions. | Class | com.bigdata.journal | BlazeGraph |
|
| TestUnisolatedWriteTasks | Correctness test suite for unisolated writes on one or more indices. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWarmupJournal | Test suite for WarmUpTask. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategy | Test suite for WORMStrategy journal. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategy .TestInterrupts | Test suite integration for AbstractInterruptsTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategy .TestMRMW | Test suite integration for AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategy .TestMROW | Test suite integration for AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategy .TestRawStore | Test suite integration for AbstractRestartSafeTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyNoCache | Test suite for WORMStrategy journal with the write cache disabled. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyNoCache .TestInterrupts | Test suite integration for AbstractInterruptsTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyNoCache .TestMRMW | Test suite integration for AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyNoCache .TestMROW | Test suite integration for AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyNoCache .TestRawStore | Test suite integration for AbstractRestartSafeTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyOneCacheBuffer | Test suite for WORMStrategy journals which runs with a single WriteCache buffer. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyOneCacheBuffer .TestInterrupts | Test suite integration for AbstractInterruptsTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyOneCacheBuffer .TestMRMW | Test suite integration for AbstractMRMWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyOneCacheBuffer .TestMROW | Test suite integration for AbstractMROWTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TestWORMStrategyOneCacheBuffer .TestRawStore | Test suite integration for AbstractRestartSafeTestCase. | Class | com.bigdata.journal | BlazeGraph |
|
| TimestampServiceUtil | Robust request for a timestamp from an ITimestampService. | Class | com.bigdata.journal | BlazeGraph |
|
| TimestampUtility | Some static helper methods for timestamps. | Class | com.bigdata.journal | BlazeGraph |
|
| TransactionNotFoundException | Typed exception thrown when a transaction identifier can not be resolved. | Class | com.bigdata.journal | BlazeGraph |
|
| TransientBufferStrategy | Transient buffer strategy uses a direct buffer but never writes on disk. | Class | com.bigdata.journal | BlazeGraph |
|
| Tx | A transaction is a context in which the application can access and perform operations on fully named indices. | Class | com.bigdata.journal | BlazeGraph |
|
| ValidationError | An instance of this class is thrown when a transaction ITx#prepare(long)s if there is a write-write conflict that can not | Class | com.bigdata.journal | BlazeGraph |
|
| VerifyCommitRecordIndex | Given an existing journal, ensure that any commitRecords that reference a time prior to the last deferred release time are removed. | Class | com.bigdata.journal | BlazeGraph |
|
| WarmUpTask | Helper class to warm up the indices associated with various namespaces on theAuthor:bryanSee Also: pre-heat the journal on | Class | com.bigdata.journal | BlazeGraph |
|
| WORMStrategy | Disk-based Write Once Read Many (WORM) journal strategy. | Class | com.bigdata.journal | BlazeGraph |
|
| WORMStrategy .StoreCounters | Striped performance counters for IRawStore access, including operations that read or write through to the underlying media. | Class | com.bigdata.journal | BlazeGraph |
|
| WORMStrategy .WormStoreState | | Class | com.bigdata.journal | BlazeGraph |
|
| WriteExecutorService | A custom ThreadPoolExecutor used by the ConcurrencyManager to execute concurrent unisolated write tasks and perform group commits. | Class | com.bigdata.journal | BlazeGraph |