Class Engine.Delete

org.elasticsearch.index.engine.Engine.Operation
org.elasticsearch.index.engine.Engine.Delete
Enclosing class:
Engine

public static class Engine.Delete extends Engine.Operation
  • Constructor Details

    • Delete

      public Delete( type,  id, org.apache.lucene.index.Term uid, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long startTime, long ifSeqNo, long ifPrimaryTerm)
    • Delete

      public Delete( type,  id, org.apache.lucene.index.Term uid, long primaryTerm)
    • Delete

      public Delete(Engine.Delete template, VersionType versionType)
  • Method Details