java.lang.Object
org.apache.cassandra.index.sai.disk.v1.keystore.KeyLookupMeta

public class KeyLookupMeta extends Object
Metadata produced by KeyStoreWriter, needed by KeyLookup.
  • Field Details

    • keyCount

      public final long keyCount
    • maxKeyLength

      public final int maxKeyLength
  • Constructor Details

    • KeyLookupMeta

      public KeyLookupMeta(org.apache.lucene.store.DataInput input) throws IOException
      Throws:
      IOException
  • Method Details

    • write

      public static void write(org.apache.lucene.store.IndexOutput output, long keyCount, int maxKeyLength) throws IOException
      Throws:
      IOException