Class Engine.IndexCommitRef

org.elasticsearch.index.engine.Engine.IndexCommitRef
All Implemented Interfaces:
,
Enclosing class:
Engine

public static class Engine.IndexCommitRef extends implements
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndexCommitRef​(org.apache.lucene.index.IndexCommit indexCommit, org.elasticsearch.core.CheckedRunnable<> onClose)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.apache.lucene.index.IndexCommit
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • IndexCommitRef

      public IndexCommitRef(org.apache.lucene.index.IndexCommit indexCommit, org.elasticsearch.core.CheckedRunnable<> onClose)
  • Method Details

    • close

      public void close() throws
      Specified by:
       in interface 
      Specified by:
       in interface 
      Throws:
    • getIndexCommit

      public org.apache.lucene.index.IndexCommit getIndexCommit()