Class IndexFileUtils
java.lang.Object
org.apache.cassandra.index.sai.disk.io.IndexFileUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.lucene.store.ChecksumIndexInputgetBufferedChecksumIndexInput(org.apache.lucene.store.IndexInput indexInput) org.apache.lucene.store.IndexInputopenBlockingInput(File file) org.apache.lucene.store.IndexInputopenInput(FileHandle handle) openOutput(File file) openOutput(File file, boolean append)
-
Field Details
-
DEFAULT_WRITER_OPTION
-
instance
-
-
Constructor Details
-
IndexFileUtils
-
-
Method Details
-
openOutput
-
openOutput
- Throws:
IOException
-
openInput
-
openBlockingInput
-
getBufferedChecksumIndexInput
public static org.apache.lucene.store.ChecksumIndexInput getBufferedChecksumIndexInput(org.apache.lucene.store.IndexInput indexInput)
-