| CloseableIterable<T> |
|
| CloseableIterator<T> |
|
| CountingDiff |
A NodeStateDiff implementation that counts the differences between
two node states, including their sub tree.
|
| LeaseCheckDocumentStoreWrapper |
Wrapper of another DocumentStore that does a lease check on any method
invocation (read or update) and fails if the lease is not valid.
|
| LoggingDocumentStoreWrapper |
Implements a DocumentStore wrapper and logs all calls.
|
| LogSilencer |
Utility class to silence log output based on a specific key.
|
| MapFactory |
Experimental extension point for OAK-1772 to try out alternative approaches for persisting in memory state
Not part of API
|
| MergeSortedIterators<T> |
MergeSortedIterators is a specialized implementation of a
merge sort of already sorted iterators of some type of comparable elements.
|
| MongoConnection |
The MongoConnection abstracts connection to the MongoDB.
|
| ReadOnlyDocumentStoreWrapperFactory |
|
| RevisionsKey |
A cache key implementation which consists of two Revisions.
|
| StringValue |
A cache value wrapping a simple string.
|
| SynchronizingDocumentStoreWrapper |
Implements a DocumentStore wrapper which synchronizes on all
methods.
|
| SystemPropertySupplier<T> |
Deprecated.
|
| TimeInterval |
A class representing a time interval, with utility methods to derive related
intervals, check time stamps for containment, etc.
|
| TimingDocumentStoreWrapper |
A DocumentStore wrapper that can be used to log and also time DocumentStore
calls.
|
| UTF8Encoder |
Utility class related to encoding characters into (UTF-8) byte sequences.
|
| Utils |
Utility methods.
|