| CloseableIterable<T> |
|
| CloseableIterator<T> |
|
| CountingDiff |
A NodeStateDiff implementation that counts the differences between
two node states, including their sub tree.
|
| CreateMetricUpdater |
|
| 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.
|
| MapDBMapFactory |
A MapFactory backed by MapDB, which stores the map in a temporary file.
|
| 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.
|
| ModifyMetricUpdater |
|
| MongoConnection |
The MongoConnection abstracts connection to the MongoDB.
|
| ReadOnlyDocumentStoreWrapperFactory |
|
| RemoveMetricUpdater |
|
| ReverseNodeStateDiff |
Implementation of a NodeStateDiff that reports the inverse operation
to the wrapped NodeStateDiff.
|
| RevisionsKey |
A cache key implementation which consists of two Revisions.
|
| StatsCollectorUtil |
Statistics Util class.
|
| StringValue |
A cache value wrapping a simple string.
|
| SynchronizingDocumentStoreWrapper |
Implements a DocumentStore wrapper which synchronizes on all
methods.
|
| ThrottlingDocumentStoreWrapper |
Wrapper of another DocumentStore that does a throttling check on any method
invocation (create, update or delete) and throttled the system if under high load.
|
| 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.
|
| UpsertMetricUpdater |
|
| UTF8Encoder |
Utility class related to encoding characters into (UTF-8) byte sequences.
|
| Utils |
Utility methods.
|