Class IndexFileUtils

java.lang.Object
org.apache.cassandra.index.sai.disk.io.IndexFileUtils

public class IndexFileUtils extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • openOutput

      public IndexOutputWriter openOutput(File file)
    • openOutput

      public IndexOutputWriter openOutput(File file, boolean append) throws IOException
      Throws:
      IOException
    • openInput

      public org.apache.lucene.store.IndexInput openInput(FileHandle handle)
    • openBlockingInput

      public org.apache.lucene.store.IndexInput openBlockingInput(File file)
    • getBufferedChecksumIndexInput

      public static org.apache.lucene.store.ChecksumIndexInput getBufferedChecksumIndexInput(org.apache.lucene.store.IndexInput indexInput)