Interface | Description |
---|---|
Engine.FailedEngineListener | |
Engine.Operation | |
Engine.RecoveryHandler |
Recovery allow to start the recovery process.
|
EngineFactory |
Simple Engine Factory
|
IgnoreOnRecoveryEngineException |
Exceptions implementing this interface will be ignored during recovery.
|
IndexEngine |
An "index" scoped engine that provides some meta engine for the engine, and can be used to store
index level data structures that an engine requires.
|
Class | Description |
---|---|
Engine | |
Engine.Create | |
Engine.Delete | |
Engine.DeleteByQuery | |
Engine.Get | |
Engine.GetResult | |
Engine.Index | |
Engine.IndexingOperation | |
Engine.IndexThrottle |
A throttling class that can be activated, causing the
acquireThrottle method to block on a lock when throttling
is enabled |
Engine.NoOpLock |
A Lock implementation that always allows the lock to be acquired
|
Engine.Searcher | |
EngineConfig | |
EngineSearcher |
Searcher for an Engine
|
EngineSearcherFactory |
Basic Searcher factory that allows returning an
IndexSearcher
given an IndexReader |
FlushingRecoveryCounter |
A special
RecoveryCounter that flushes the engine when all
recoveries have completed |
IndexEngineModule | |
IndexEngineModule.EngineSettings | |
InternalEngine | |
InternalEngineFactory | |
RecoveryCounter |
RecoveryCounter keeps tracks of the number of ongoing recoveries for a
particular
Store |
Segment | |
SegmentsStats | |
ShadowEngine |
ShadowEngine is a specialized engine that only allows read-only operations
on the underlying Lucene index.
|
SharedFSEngine |
SharedFSEngine behaves similarly to InternalEngine, however, during
recovery, it does not take a snapshot of the translog or index and it
performs stage1 (file transfer) under the write lock.
|
Enum | Description |
---|---|
Engine.Operation.Origin | |
Engine.Operation.Type |
Exception | Description |
---|---|
CloseEngineException |
An exception indicating that an
Engine close failed. |
CreateFailedEngineException | |
DeleteByQueryFailedEngineException | |
DeleteFailedEngineException | |
DocumentAlreadyExistsException | |
DocumentMissingException | |
DocumentSourceMissingException | |
EngineAlreadyStartedException | |
EngineClosedException |
An engine is already closed.
|
EngineCreationFailureException |
An exception indicating that an
Engine creation failed. |
EngineException | |
FlushFailedEngineException | |
FlushNotAllowedEngineException | |
IndexFailedEngineException | |
OptimizeFailedEngineException | |
RecoveryEngineException | |
RefreshFailedEngineException | |
RollbackFailedEngineException | |
RollbackNotAllowedEngineException | |
SnapshotFailedEngineException | |
VersionConflictEngineException |
Copyright © 2009–2015. All rights reserved.