Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.journal Classes and Interfaces - 241 results found.
NameDescriptionTypePackageFramework
AbortRequiredExceptionAn instance of this exception is thrown when the storage layer must go through an abort before new writes may be applied or committed.Classcom.bigdata.journalBlazeGraph
AbstractBufferStrategyAbstract base class for IBufferStrategy implementation.Classcom.bigdata.journalBlazeGraph
AbstractBufferStrategyTestCaseBase class for writing test cases for the different IBufferStrategyVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
AbstractCommitRecordTestCaseDefines some helper methods for testing ICommitRecords.Classcom.bigdata.journalBlazeGraph
AbstractCommitTimeIndexAbstract BTree mapping commitTime (long integers) to ICommitTimeEntry objects.Classcom.bigdata.journalBlazeGraph
AbstractIndexManagerTestCaseClasscom.bigdata.journalBlazeGraph
AbstractInterruptsTestCaseTest suite for correct handling of ClosedByInterruptExceptions.Classcom.bigdata.journalBlazeGraph
AbstractJournal The journal is a persistence capable data structure supporting atomic commit, named indices, and full transactions.Classcom.bigdata.journalBlazeGraph
AbstractJournal .ISnapshotDataInterfacecom.bigdata.journalBlazeGraph
AbstractJournal .ISnapshotEntryInterfacecom.bigdata.journalBlazeGraph
AbstractJournal .SnapshotDataClasscom.bigdata.journalBlazeGraph
AbstractJournalTestCase Abstract harness for testing under a variety of configurations.Classcom.bigdata.journalBlazeGraph
AbstractLocalTransactionManagerManages the client side of a transaction either for a standalone Journal or for an IDataService in anClasscom.bigdata.journalBlazeGraph
AbstractMRMWTestCaseTest suite for MRMW (Multiple Readers, Multiple Writers) support.Classcom.bigdata.journalBlazeGraph
AbstractMRMWTestCase .GenerateExperimentExperiment generation utility class.Classcom.bigdata.journalBlazeGraph
AbstractMRMWTestCase .GroundTruth stores the AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
AbstractMRMWTestCase .ReaderTaskRun a reader.Classcom.bigdata.journalBlazeGraph
AbstractMRMWTestCase .RecordA ground truth record as generated by a AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
AbstractMRMWTestCase .StressTestMRMWConcrete instance for running stress tests and comparisons.Classcom.bigdata.journalBlazeGraph
AbstractMRMWTestCase .TestOptionsAdditional properties understood by this test.Interfacecom.bigdata.journalBlazeGraph
AbstractMRMWTestCase .WriterTask The writer uses a AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
AbstractMROWTestCaseTest suite for MROW (Multiple Readers, One Writer) support.Classcom.bigdata.journalBlazeGraph
AbstractMROWTestCase .ReaderTaskClasscom.bigdata.journalBlazeGraph
AbstractMROWTestCase .RecordA ground truth record as generated by a AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
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 groundClasscom.bigdata.journalBlazeGraph
AbstractRestartSafeTestCaseTest suite for restart-safe (data survives commit and reopen of the store).Classcom.bigdata.journalBlazeGraph
AbstractTaskAbstract base class for tasks that may be submitted to the ConcurrencyManager.Classcom.bigdata.journalBlazeGraph
AbstractTask .DelegateTaskDelegates various behaviors visible to the application code using the ITask interface to the AbstractTask object.Classcom.bigdata.journalBlazeGraph
AbstractTask .InnerReadWriteTxServiceCallableInner class used to wrap up the call to AbstractTask.Classcom.bigdata.journalBlazeGraph
AbstractTask .InnerWriteServiceCallableAn 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 releaseClasscom.bigdata.journalBlazeGraph
AbstractTask .ResubmitExceptionThis is thrown if you attempt to reuse (re-submit) the same AbstractTask instance.Classcom.bigdata.journalBlazeGraph
BasicBufferStrategy for a BufferMode.Classcom.bigdata.journalBlazeGraph
BasicExperimentConditionsClasscom.bigdata.journalBlazeGraph
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.Classcom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .AbstractBenchmarkOptimium Does N writes of M size data blocks on a pre-extended file using pure sequential IO.Classcom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .BenchmarkBlockBasedOptimium Writes the same amount of data using large blocks on a pre-extended file using pure sequential IO.Classcom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .BenchmarkDirectJournalClasscom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .BenchmarkDiskJournalClasscom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .BenchmarkDiskRWJournalClasscom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .BenchmarkMappedJournalClasscom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .BenchmarkSmallRecordOptimium Writes the same amount of data, using 128 byte records on a pre-extended file using pure sequential IO.Classcom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .BenchmarkSustainedTransferOptimium Writes the same amount of data using a single nio "write buffer" operation on a pre-extended file.Classcom.bigdata.journalBlazeGraph
BenchmarkJournalWriteRate .BenchmarkTransientJournalClasscom.bigdata.journalBlazeGraph
BufferMode The buffer mode in which the journal is opened.Classcom.bigdata.journalBlazeGraph
CommitCounterUtilityUtility class for operations on files that are named using a commit counter.Classcom.bigdata.journalBlazeGraph
CommitExceptionException thrown when there is a commit failure, especially for the groupAuthor:bryanSee Also:Serialized FormClasscom.bigdata.journalBlazeGraph
CommitRecordA read-only view of an ICommitRecord.Classcom.bigdata.journalBlazeGraph
CommitRecordIndexBTree mapping commit times to ICommitRecords.Classcom.bigdata.journalBlazeGraph
CommitRecordIndex .CommitRecordIndexTupleSerializerEncapsulates key and value formation for the CommitRecordIndex.Classcom.bigdata.journalBlazeGraph
CommitRecordIndex .EntryAn entry in the persistent index.Classcom.bigdata.journalBlazeGraph
CommitRecordIndex .Entry .EntrySerializerUsed to (de-)serialize CommitRecordIndex.Classcom.bigdata.journalBlazeGraph
CommitRecordSerializerA helper class for (de-)serializing the root addresses.Classcom.bigdata.journalBlazeGraph
CompactJournalUtilityUtility class to compact a Journal.Classcom.bigdata.journalBlazeGraph
CompactTaskTask compacts the journal state onto a caller specified file.Classcom.bigdata.journalBlazeGraph
ConcurrencyManagerSupports concurrent operations against named indices.Classcom.bigdata.journalBlazeGraph
ConcurrencyManager .IConcurrencyManagerCounters the ConcurrencyManager.Interfacecom.bigdata.journalBlazeGraph
ConcurrencyManager .OptionsOptions for the ConcurrentManager.Interfacecom.bigdata.journalBlazeGraph
DelegateTransactionServiceDelegation pattern for an ITransactionService.Classcom.bigdata.journalBlazeGraph
DeleteBlockCommitterDefines the callback object called on commit that enables the deferred delete blocks to be associated with a CommitRecord.Classcom.bigdata.journalBlazeGraph
DirectBufferStrategyDirect buffer strategy uses a direct ByteBuffer as a write through cache and writes through to disk for persistence.Classcom.bigdata.journalBlazeGraph
DiskBackedBufferStrategyAbstract base class for implementations that use a direct buffer as a write through cache to an image on the disk.Classcom.bigdata.journalBlazeGraph
DiskOnlyStrategyDisk-based journal strategy.Classcom.bigdata.journalBlazeGraph
DropIndexTaskDrop a named index (unisolated write operation).Classcom.bigdata.journalBlazeGraph
DumpJournalA 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.Classcom.bigdata.journalBlazeGraph
FileMetadataHelper object used when opening or creating journal file in any of theVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
ForceEnumType safe enumeration of options governing whether and how a file is forced to stable storage.Classcom.bigdata.journalBlazeGraph
GangliaPlugInA plugin for ganglia.Classcom.bigdata.journalBlazeGraph
GangliaPlugIn .OptionsConfiguration options.Interfacecom.bigdata.journalBlazeGraph
HttpPluginCounterSetHTTPD plug-in.Classcom.bigdata.journalBlazeGraph
HttpPlugin .OptionsInterfacecom.bigdata.journalBlazeGraph
IAtomicStoreInterface for low-level operations on a store supporting an atomic commit.Interfacecom.bigdata.journalBlazeGraph
IBTreeManagerInterface for management of local index resources such as BTree, TODO GIST This interface was historically only for the local BTree.Interfacecom.bigdata.journalBlazeGraph
IBufferStrategy Interface for implementations of a buffer strategy as identified by a BufferMode.Interfacecom.bigdata.journalBlazeGraph
ICommitRecordAn interface providing a read-only view of a commit record.Interfacecom.bigdata.journalBlazeGraph
ICommitterAn interface implemented by a persistence capable data structure such as a btree so that it can participate in the commit protocol for the store.Interfacecom.bigdata.journalBlazeGraph
ICommitTimeEntryInterface for access to the snapshot metadata.Interfacecom.bigdata.journalBlazeGraph
IConcurrencyManagerInterface for managing concurrent access to resources (indices).Interfacecom.bigdata.journalBlazeGraph
IDiskBasedStrategyAn interface for implementations backed by a file on disk.Interfacecom.bigdata.journalBlazeGraph
IDistributedTransactionService IBigdataFederation.Interfacecom.bigdata.journalBlazeGraph
IGISTLocalManagerInterface for managing local (non-distributed) generalized search treesAuthor:Bryan ThompsonSee Also: GISTInterfacecom.bigdata.journalBlazeGraph
IGISTManagerInterface for managing local or distributed index structures in a manner that is not B+Tree specific.Interfacecom.bigdata.journalBlazeGraph
IHABufferStrategyA highly available IBufferStrategy.Interfacecom.bigdata.journalBlazeGraph
IIndexManagerInterface for managing named indices.Interfacecom.bigdata.journalBlazeGraph
IIndexStoreCollection of methods that are shared by both local and distributed stores.Interfacecom.bigdata.journalBlazeGraph
IJournalAn persistence capable data structure supporting atomic commit, scalable named indices, and transactions.Interfacecom.bigdata.journalBlazeGraph
ILocalTransactionManagerInterface for managing local transaction state (the client side of the ITransactionService).Interfacecom.bigdata.journalBlazeGraph
IndexExistsExceptionClasscom.bigdata.journalBlazeGraph
IndexProcedureTaskClass provides an adaptor allowing a IIndexProcedure to be executed on an IConcurrencyManager.Classcom.bigdata.journalBlazeGraph
IPlugInInterface for a "plug in" that can be registered with a Journal.Interfacecom.bigdata.journalBlazeGraph
IReadOnlyA marker interface for logic that can declare whether or not it is read-only.Interfacecom.bigdata.journalBlazeGraph
IResourceLockA lock granted by an IResourceLockService.Interfacecom.bigdata.journalBlazeGraph
IResourceLockServiceInterface named synchronous distributed locks without deadlock detection.Interfacecom.bigdata.journalBlazeGraph
IResourceManagerInterface manging the resources on which indices are stored.Interfacecom.bigdata.journalBlazeGraph
IRootBlockViewInterface for a root block on the journal.Interfacecom.bigdata.journalBlazeGraph
ISnapshotFactoryInterface allows an application to decide on the file name for the snapshot, whether or not the snapshot will be compressed, etc.Interfacecom.bigdata.journalBlazeGraph
ISnapshotResultInterface for the outcome of a snapshot task.Interfacecom.bigdata.journalBlazeGraph
ITaskInterface available to tasks running under the ConcurrencyManager.Interfacecom.bigdata.journalBlazeGraph
ITimestampServiceA service for unique timestamps.Interfacecom.bigdata.journalBlazeGraph
ITransactionService An interface for managing transaction life cycles.Interfacecom.bigdata.journalBlazeGraph
ITx Interface for transaction state on the client.Interfacecom.bigdata.journalBlazeGraph
JournalConcrete implementation suitable for a local and unpartitioned database.Classcom.bigdata.journalBlazeGraph
Journal .IJournalCounters reported by the Journal and the various services which it uses.Interfacecom.bigdata.journalBlazeGraph
Journal .OptionsOptions understood by the Journal.Interfacecom.bigdata.journalBlazeGraph
JournalDelegateIJournal delegation pattern.Classcom.bigdata.journalBlazeGraph
JournalMetricsSimple class to retrieve open journal and thread metrics for debugging purposes.Classcom.bigdata.journalBlazeGraph
JournalTransactionServiceClasscom.bigdata.journalBlazeGraph
JournalTransactionService .SinglePhaseCommitThis task is an UNISOLATED operation that validates and commits a transaction known to have non-empty write sets.Classcom.bigdata.journalBlazeGraph
JournalTransactionService .ValidateWriteSetTaskThis task is an UNISOLATED operation that validates a transaction known to have non-empty write sets.Classcom.bigdata.journalBlazeGraph
MappedBufferStrategy Memory-mapped journal strategy (this mode is NOT recommended).Classcom.bigdata.journalBlazeGraph
Name2Addr Name2Addr is a BTree mapping index names to an Name2Addr.Classcom.bigdata.journalBlazeGraph
Name2Addr .EntryAn entry in the persistent index.Classcom.bigdata.journalBlazeGraph
Name2Addr .EntrySerializerThe values are Name2Addr.Classcom.bigdata.journalBlazeGraph
Name2Addr .Name2AddrTupleSerializerEncapsulates key and value formation for Name2Addr.Classcom.bigdata.journalBlazeGraph
NoSuchIndexExceptionClasscom.bigdata.journalBlazeGraph
OptionsOptions for the Journal.Interfacecom.bigdata.journalBlazeGraph
OverflowExceptionAn instance of this class is thrown if an AbstractBufferStrategy.Classcom.bigdata.journalBlazeGraph
PlatformStatsPlugInIPlugin for collecting statistics from the operating system.Classcom.bigdata.journalBlazeGraph
PlatformStatsPlugIn .OptionsInterfacecom.bigdata.journalBlazeGraph
ProxyTestCase This class provides proxy delegation logic for abstract methods declared by AbstractJournalTestCase and is used to extend the set of tests that will beClasscom.bigdata.journalBlazeGraph
QueueStatsPlugInPlugin for sampling the ExecutorService.Classcom.bigdata.journalBlazeGraph
QueueStatsPlugIn .OptionsPerformance counters options.Interfacecom.bigdata.journalBlazeGraph
RegisterIndexTaskRegister a named index (unisolated write operation).Classcom.bigdata.journalBlazeGraph
RemoveDeferredFreesFromCommitRecordsA utility to fix a store with invalid addresses in the deferred free list of a commitRecord.Classcom.bigdata.journalBlazeGraph
ResourceLockServiceAn implementation using NamedLocks suitable for within JVM locking.Classcom.bigdata.journalBlazeGraph
RootBlockCommitterProvides the callback to save the previous root block and store the address with the current CommitRecord.Classcom.bigdata.journalBlazeGraph
RootBlockExceptionAn 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,Classcom.bigdata.journalBlazeGraph
RootBlockUtilityUtility class will read both root blocks of a file and indicate which oneVersion:$Id$Author:BryanClasscom.bigdata.journalBlazeGraph
RootBlockViewA view onto a root block of the Journal.Classcom.bigdata.journalBlazeGraph
RunStateEnum of transaction run states.Classcom.bigdata.journalBlazeGraph
RWAddressManagerClasscom.bigdata.journalBlazeGraph
RWStrategyA highly scalable persistent IBufferStrategy wrapping the RWStore which may be used as the backing store for a Journal.Classcom.bigdata.journalBlazeGraph
SnapshotTaskTake a snapshot of the journal.Classcom.bigdata.journalBlazeGraph
SnapshotTask .OptionsInterfacecom.bigdata.journalBlazeGraph
StoreStateInterfacecom.bigdata.journalBlazeGraph
StoreTypeEnumThe type of store (read/write vs worm).Classcom.bigdata.journalBlazeGraph
StressTestConcurrentTxStress tests for concurrent transaction processing.Classcom.bigdata.journalBlazeGraph
StressTestConcurrentTx .GenerateExperimentExperiment generation utility class.Classcom.bigdata.journalBlazeGraph
StressTestConcurrentTx .Task Note: defers creation of the tx until it begins to execute! This provides a substantial resource savings and lets transactions begin executionClasscom.bigdata.journalBlazeGraph
StressTestConcurrentTx .TestOptionsAdditional properties understood by this test.Interfacecom.bigdata.journalBlazeGraph
StressTestConcurrentUnisolatedIndicesStress tests for concurrent processing of operations on named unisolatedAuthor:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
StressTestConcurrentUnisolatedIndices .GenerateExperimentExperiment generation utility class.Classcom.bigdata.journalBlazeGraph
StressTestConcurrentUnisolatedIndices .TestOptionsAdditional properties understood by this test.Interfacecom.bigdata.journalBlazeGraph
StressTestConcurrentUnisolatedIndices .WriteTaskA task that writes on named unisolated index(s).Classcom.bigdata.journalBlazeGraph
StressTestGroupCommitStress test of the group commit mechanism.Classcom.bigdata.journalBlazeGraph
StressTestGroupCommit .GenerateExperimentExperiment generation utility class.Classcom.bigdata.journalBlazeGraph
StressTestGroupCommit .TestOptionsOptions understood by this stress test.Interfacecom.bigdata.journalBlazeGraph
StressTestLockContentionLock contention results when unisolated writers seek conflicting locks.Classcom.bigdata.journalBlazeGraph
StressTestUnisolatedReadWriteIndexStress tests for concurrent processing of operations on named unisolated indices where the concurrency is managed by anClasscom.bigdata.journalBlazeGraph
StressTestUnisolatedReadWriteIndex .TestOptionsAdditional properties understood by this test.Interfacecom.bigdata.journalBlazeGraph
StressTestUnisolatedReadWriteIndex .WriteTaskA task that writes on named unisolated index(s).Classcom.bigdata.journalBlazeGraph
TemporaryRawStoreA 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 aClasscom.bigdata.journalBlazeGraph
TemporaryStoreA temporary store that supports named indices but no concurrency controls.Classcom.bigdata.journalBlazeGraph
TemporaryStoreFactoryHelper class for IIndexStore.Classcom.bigdata.journalBlazeGraph
TemporaryStoreFactory .OptionsConfiguration options for the TemporaryStoreFactory.Interfacecom.bigdata.journalBlazeGraph
TestAbortTest the ability to abort (discard an uncommitted write set).Classcom.bigdata.journalBlazeGraph
TestAddDropIndexTaskTest suite for RegisterIndexTask and DropIndexTask.Classcom.bigdata.journalBlazeGraph
TestAllRuns all tests for all journal implementations.Classcom.bigdata.journalBlazeGraph
TestClockSkewDetectionTest suite for ClocksNotSynchronizedException.Classcom.bigdata.journalBlazeGraph
TestCommitCounterUtilityTest suite for the CommitCounterUtility.Classcom.bigdata.journalBlazeGraph
TestCommitHistoryTest the ability to get (exact match) and find (most recent less than or equal to) historical commit records in a Journal.Classcom.bigdata.journalBlazeGraph
TestCommitListTest suite for restart-safety of BTrees backed by anVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
TestCommitRecordIndexTest suite for CommitRecordIndex.Classcom.bigdata.journalBlazeGraph
TestCommitRecordSerializerTest suite for CommitRecordSerializer.Classcom.bigdata.journalBlazeGraph
TestCompactJournalTest suite for Journal.Classcom.bigdata.journalBlazeGraph
TestConcurrentJournalTest suite for the IConcurrencyManager interface on theAuthor:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
TestDirectJournalTest suite for BufferMode.Classcom.bigdata.journalBlazeGraph
TestDirectJournal .TestInterruptsTest suite integration for AbstractInterruptsTestCase.Classcom.bigdata.journalBlazeGraph
TestDirectJournal .TestMRMWTest suite integration for AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
TestDirectJournal .TestMROWTest suite integration for AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
TestDirectJournal .TestRawStoreTest suite integration for AbstractRestartSafeTestCase.Classcom.bigdata.journalBlazeGraph
TestDiskJournalTest suite for BufferMode.Classcom.bigdata.journalBlazeGraph
TestDiskJournal .TestInterruptsTest suite integration for AbstractInterruptsTestCase.Classcom.bigdata.journalBlazeGraph
TestDiskJournal .TestMRMWTest suite integration for AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
TestDiskJournal .TestMROWTest suite integration for AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
TestDiskJournal .TestRawStoreTest suite integration for AbstractRestartSafeTestCase.Classcom.bigdata.journalBlazeGraph
TestDoubleOpenTest the ability to rollback a commit.Classcom.bigdata.journalBlazeGraph
TestDumpJournalTest suite for DumpJournal.Classcom.bigdata.journalBlazeGraph
TestHelperSome helper methods for CI.Classcom.bigdata.journalBlazeGraph
TestHierarchicalLockingTasksTest suite for hierarchical locking of indices based on namespace prefixes.Classcom.bigdata.journalBlazeGraph
TestJournalAbortTest suite for a failure to handle errors inside of abort() by marking the journal as requiring abort().Classcom.bigdata.journalBlazeGraph
TestJournalBasicsAggregates all tests into something approximately increasing dependency order.Classcom.bigdata.journalBlazeGraph
TestJournalShutdownStress test for correct shutdown of journals based on weak referenceVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
TestMappedJournalTest suite for BufferMode.Classcom.bigdata.journalBlazeGraph
TestMappedJournal .TestInterruptsTest suite integration for AbstractInterruptsTestCase.Classcom.bigdata.journalBlazeGraph
TestMappedJournal .TestMRMWTest suite integration for AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
TestMappedJournal .TestMROWTest suite integration for AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
TestMappedJournal .TestRawStoreTest suite integration for AbstractRestartSafeTestCase.Classcom.bigdata.journalBlazeGraph
TestName2AddrTest suite for the index used to name index names to theVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
TestNamedIndicesTest suite for api supporting registration, lookup, use, and atomic commit ofVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
TestRandomAccessFileSynchronousWritesTest suite for conformance with synchronous IO write requests made on a RandomAccessFile opened using rss or rddClasscom.bigdata.journalBlazeGraph
TestReadCommittedTxTest suite for transactions reading from a start time corresponding to the last commit time on the database.Classcom.bigdata.journalBlazeGraph
TestReadOnlyTxTest suite for fully isolated read-only transactions reading from a caller specified start time.Classcom.bigdata.journalBlazeGraph
TestRestartSafeTest suite for restart-safety of BTrees backed by anVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.journalBlazeGraph
TestRestartSafe .MyBTreeClasscom.bigdata.journalBlazeGraph
TestRollbackCommitTest the ability to rollback a commit.Classcom.bigdata.journalBlazeGraph
TestRootBlockViewTest suite for RootBlockView.Classcom.bigdata.journalBlazeGraph
TestRunStateUnit tests for RunState.Classcom.bigdata.journalBlazeGraph
TestSimpleReleaseTimesExample of Commit History usage.Classcom.bigdata.journalBlazeGraph
TestSnapshotJournal Journal#snapshot(com.Classcom.bigdata.journalBlazeGraph
TestTemporaryStoreTest suite for TemporaryStore (temporary store with named indices).Classcom.bigdata.journalBlazeGraph
TestTemporaryStore .TestInterruptsTest suite integration for TestTemporaryStore.Classcom.bigdata.journalBlazeGraph
TestTemporaryStore .TestMRMWTest suite integration for AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
TestTemporaryStore .TestMROWTest suite integration for AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
TestTemporaryStore .TestRawStoreTest suite integration for AbstractRawStoreTestCase.Classcom.bigdata.journalBlazeGraph
TestTransactionServiceUnit tests of the AbstractTransactionService using a mock client.Classcom.bigdata.journalBlazeGraph
TestTransactionService .MockTransactionServiceClasscom.bigdata.journalBlazeGraph
TestTransactionSupportClasscom.bigdata.journalBlazeGraph
TestTransientJournalTest suite for BufferMode.Classcom.bigdata.journalBlazeGraph
TestTransientJournal .TestMRMWTest suite integration for AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
TestTransientJournal .TestMROWTest suite integration for AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
TestTransientJournal .TestRawStoreTest suite integration for AbstractRawStoreTestCase.Classcom.bigdata.journalBlazeGraph
TestTxTest suite for fully-isolated read-write transactions.Classcom.bigdata.journalBlazeGraph
TestUnisolatedWriteTasksCorrectness test suite for unisolated writes on one or more indices.Classcom.bigdata.journalBlazeGraph
TestWarmupJournalTest suite for WarmUpTask.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyTest suite for WORMStrategy journal.Classcom.bigdata.journalBlazeGraph
TestWORMStrategy .TestInterruptsTest suite integration for AbstractInterruptsTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategy .TestMRMWTest suite integration for AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategy .TestMROWTest suite integration for AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategy .TestRawStoreTest suite integration for AbstractRestartSafeTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyNoCacheTest suite for WORMStrategy journal with the write cache disabled.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyNoCache .TestInterruptsTest suite integration for AbstractInterruptsTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyNoCache .TestMRMWTest suite integration for AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyNoCache .TestMROWTest suite integration for AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyNoCache .TestRawStoreTest suite integration for AbstractRestartSafeTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyOneCacheBufferTest suite for WORMStrategy journals which runs with a single WriteCache buffer.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyOneCacheBuffer .TestInterruptsTest suite integration for AbstractInterruptsTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyOneCacheBuffer .TestMRMWTest suite integration for AbstractMRMWTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyOneCacheBuffer .TestMROWTest suite integration for AbstractMROWTestCase.Classcom.bigdata.journalBlazeGraph
TestWORMStrategyOneCacheBuffer .TestRawStoreTest suite integration for AbstractRestartSafeTestCase.Classcom.bigdata.journalBlazeGraph
TimestampServiceUtilRobust request for a timestamp from an ITimestampService.Classcom.bigdata.journalBlazeGraph
TimestampUtilitySome static helper methods for timestamps.Classcom.bigdata.journalBlazeGraph
TransactionNotFoundExceptionTyped exception thrown when a transaction identifier can not be resolved.Classcom.bigdata.journalBlazeGraph
TransientBufferStrategyTransient buffer strategy uses a direct buffer but never writes on disk.Classcom.bigdata.journalBlazeGraph
Tx A transaction is a context in which the application can access and perform operations on fully named indices.Classcom.bigdata.journalBlazeGraph
ValidationErrorAn instance of this class is thrown when a transaction ITx#prepare(long)s if there is a write-write conflict that can notClasscom.bigdata.journalBlazeGraph
VerifyCommitRecordIndexGiven an existing journal, ensure that any commitRecords that reference a time prior to the last deferred release time are removed.Classcom.bigdata.journalBlazeGraph
WarmUpTaskHelper class to warm up the indices associated with various namespaces on theAuthor:bryanSee Also: pre-heat the journal onClasscom.bigdata.journalBlazeGraph
WORMStrategyDisk-based Write Once Read Many (WORM) journal strategy.Classcom.bigdata.journalBlazeGraph
WORMStrategy .StoreCountersStriped performance counters for IRawStore access, including operations that read or write through to the underlying media.Classcom.bigdata.journalBlazeGraph
WORMStrategy .WormStoreStateClasscom.bigdata.journalBlazeGraph
WriteExecutorServiceA custom ThreadPoolExecutor used by the ConcurrencyManager to execute concurrent unisolated write tasks and perform group commits.Classcom.bigdata.journalBlazeGraph