Class RowMapping

java.lang.Object
org.apache.cassandra.index.sai.disk.RowMapping

@NotThreadSafe public class RowMapping extends Object
In memory representation of PrimaryKey to row ID mappings which only contains Row regardless of whether it's live or deleted. (RangeTombstoneMarker is not included.)

While this inherits the threading behaviour of InMemoryTrie of single-writer / multiple-reader, since it is only used by StorageAttachedIndexWriter, which is not threadsafe, we can consider this class not threadsafe as well.