Uses of Class
org.elasticsearch.index.engine.Engine.Operation
-
Packages that use Engine.Operation Package Description org.elasticsearch.index.engine -
-
Uses of Engine.Operation in org.elasticsearch.index.engine
Subclasses of Engine.Operation in org.elasticsearch.index.engine Modifier and Type Class Description static classEngine.Deletestatic classEngine.Indexstatic classEngine.NoOpMethods in org.elasticsearch.index.engine with parameters of type Engine.Operation Modifier and Type Method Description protected booleanInternalEngine. assertNonPrimaryOrigin(Engine.Operation operation)protected longInternalEngine. generateSeqNoForOperationOnPrimary(Engine.Operation operation)protected booleanInternalEngine. hasBeenProcessedBefore(Engine.Operation op)Checks if the given operation has been processed in this engine or not.Constructors in org.elasticsearch.index.engine with parameters of type Engine.Operation Constructor Description VersionConflictEngineException(ShardId shardId, Engine.Operation op, long currentVersion, boolean deleted)
-