java.lang.Object
org.elasticsearch.index.engine.Engine.IndexCommitRef
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- Enclosing class:
- Engine
- 
Constructor SummaryConstructorsConstructorDescriptionIndexCommitRef(org.apache.lucene.index.IndexCommit indexCommit, CheckedRunnable<IOException> onClose) 
- 
Method Summary
- 
Constructor Details- 
IndexCommitRefpublic IndexCommitRef(org.apache.lucene.index.IndexCommit indexCommit, CheckedRunnable<IOException> onClose) 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
- 
getIndexCommitpublic org.apache.lucene.index.IndexCommit getIndexCommit()
 
-