Class Translog.Delete

org.elasticsearch.index.translog.Translog.Delete
All Implemented Interfaces:
Translog.Operation
Enclosing class:
Translog

public static class Translog.Delete extends implements Translog.Operation
  • Field Details

  • Constructor Details

    • Delete

      public Delete(Engine.Delete delete, Engine.DeleteResult deleteResult)
    • Delete

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

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