| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.shard |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
InternalEngine |
class |
ShadowEngine
ShadowEngine is a specialized engine that only allows read-only operations
on the underlying Lucene index.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Engine |
InternalEngineFactory.newReadOnlyEngine(EngineConfig config) |
Engine |
EngineFactory.newReadOnlyEngine(EngineConfig config) |
Engine |
InternalEngineFactory.newReadWriteEngine(EngineConfig config,
boolean skipTranslogRecovery) |
Engine |
EngineFactory.newReadWriteEngine(EngineConfig config,
boolean skipTranslogRecovery) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected AtomicReference<Engine> |
IndexShard.currentEngineReference |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Engine |
IndexShard.engine() |
protected Engine |
IndexShard.engineUnsafe()
NOTE: returns null if engine is not yet started (e.g. recovery phase 1, copying over index files, is still running), or if engine is
closed.
|
protected Engine |
ShadowIndexShard.newEngine(boolean skipInitialTranslogRecovery,
EngineConfig config) |
protected Engine |
IndexShard.newEngine(boolean skipTranslogRecovery,
EngineConfig config) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
TranslogRecoveryPerformer.performRecoveryOperation(Engine engine,
Translog.Operation operation,
boolean allowMappingUpdates)
Performs a single recovery operation.
|
int |
TranslogRecoveryPerformer.recoveryFromSnapshot(Engine engine,
Translog.Snapshot snapshot) |
Copyright © 2009–2016. All rights reserved.