Package org.apache.cassandra.index.sai.view
package org.apache.cassandra.index.sai.view
-
ClassesClassDescriptionMaintain an atomic view for read requests, so that requests can read all data during concurrent compactions.This is required since IntervalTree doesn't support custom Comparator implementations and relied on items to be comparable which "raw" terms are not.The View is an immutable, point in time, view of the avalailable
SSTableIndexes for an index.