Module org.elasticsearch.server
Package org.elasticsearch.repositories
Class SnapshotShardContext.IndexInputFileReader
java.lang.Object
org.elasticsearch.repositories.SnapshotShardContext.IndexInputFileReader
- All Implemented Interfaces:
Closeable,AutoCloseable,SnapshotShardContext.FileReader
- Enclosing class:
SnapshotShardContext
public static class SnapshotShardContext.IndexInputFileReader
extends Object
implements SnapshotShardContext.FileReader
-
Constructor Summary
ConstructorsConstructorDescriptionIndexInputFileReader(Releasable commitRefReleasable, org.apache.lucene.store.IndexInput indexInput) -
Method Summary
-
Constructor Details
-
IndexInputFileReader
public IndexInputFileReader(Releasable commitRefReleasable, org.apache.lucene.store.IndexInput indexInput)
-
-
Method Details
-
openInput
- Specified by:
openInputin interfaceSnapshotShardContext.FileReader- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
verify
- Specified by:
verifyin interfaceSnapshotShardContext.FileReader- Throws:
IOException
-