Class SkinnyPrimaryKeyMap

java.lang.Object
org.apache.cassandra.index.sai.disk.v1.SkinnyPrimaryKeyMap
All Implemented Interfaces:
Closeable, AutoCloseable, PrimaryKeyMap
Direct Known Subclasses:
WidePrimaryKeyMap

@NotThreadSafe public class SkinnyPrimaryKeyMap extends Object implements PrimaryKeyMap
A PrimaryKeyMap for skinny tables (those with no clustering columns).

This uses the following on-disk structures:

While the SkinnyPrimaryKeyMap.Factory is threadsafe, individual instances of the SkinnyPrimaryKeyMap are not.