Interface FSTStore

All Superinterfaces:
Accountable, FSTReader
All Known Implementing Classes:
OffHeapFSTStore, OnHeapFSTStore

public interface FSTStore extends FSTReader
A type of FSTReader which needs data to be initialized before use
  • Method Details

    • init

      FSTStore init(DataInput in, long numBytes) throws IOException
      Initialize the FSTStore
      Parameters:
      in - the DataInput to read from
      numBytes - the number of bytes to read
      Returns:
      this FSTStore
      Throws:
      IOException - if exception occurred during reading the DataInput