Class KeyLookupMeta
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.keystore.KeyLookupMeta
Metadata produced by
KeyStoreWriter, needed by KeyLookup.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwrite(org.apache.lucene.store.IndexOutput output, long keyCount, int maxKeyLength)
-
Field Details
-
keyCount
public final long keyCount -
maxKeyLength
public final int maxKeyLength
-
-
Constructor Details
-
KeyLookupMeta
- Throws:
IOException
-
-
Method Details
-
write
public static void write(org.apache.lucene.store.IndexOutput output, long keyCount, int maxKeyLength) throws IOException - Throws:
IOException
-