CombinedDeletionPolicy |
An IndexDeletionPolicy that coordinates between Lucene's commits and the retention of translog generation files,
making sure that all translog files that are needed to recover from the Lucene commit are not deleted.
|
CommitStats |
a class the returns dynamic information with respect to the last commit point of this shard
|
Engine |
|
Engine.CommitId |
|
Engine.Delete |
|
Engine.DeleteResult |
|
Engine.Get |
|
Engine.GetResult |
|
Engine.Index |
|
Engine.IndexCommitRef |
|
Engine.IndexResult |
|
Engine.IndexThrottle |
A throttling class that can be activated, causing the
acquireThrottle method to block on a lock when throttling
is enabled
|
Engine.NoOp |
|
Engine.NoOpLock |
A Lock implementation that always allows the lock to be acquired
|
Engine.NoOpResult |
|
Engine.Operation |
|
Engine.Result |
Base class for index and delete operation results
Holds result meta data (e.g.
|
Engine.Searcher |
|
Engine.SearcherSupplier |
|
EngineConfig |
|
InternalEngine |
|
InternalEngine.DeletionStrategy |
|
InternalEngine.IndexingStrategy |
|
InternalEngineFactory |
|
NoOpEngine |
NoOpEngine is an engine implementation that does nothing but the bare minimum
required in order to have an engine.
|
ReadOnlyEngine |
A basic read-only engine that allows switching a shard to be true read-only temporarily or permanently.
|
SafeCommitInfo |
Information about the safe commit, for making decisions about recoveries.
|
Segment |
|
SegmentsStats |
|
TranslogLeafReader |
Internal class that mocks a single doc read from the transaction log as a leaf reader.
|