Class RowMapping


  • @NotThreadSafe
    public class RowMapping
    extends java.lang.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.