Class NumericValuesMeta
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.bitpack.NumericValuesMeta
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longfinal intfinal long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwrite(org.apache.lucene.store.IndexOutput out, long valueCount, int blockSize, long blockMetaOffset)
-
Field Details
-
valueCount
public final long valueCount -
blockSize
public final int blockSize -
blockMetaOffset
public final long blockMetaOffset
-
-
Constructor Details
-
NumericValuesMeta
- Throws:
IOException
-
-
Method Details
-
write
public static void write(org.apache.lucene.store.IndexOutput out, long valueCount, int blockSize, long blockMetaOffset) throws IOException - Throws:
IOException
-