Package org.apache.cassandra.db.view
-
Class Summary Class Description TableViews Groups all the views for a given table.View A View copies data from a base table into a view table which can be queried independently from the base.ViewBuilderTask ViewManager ManagesView
's for a singleColumnFamilyStore
.ViewUpdateGenerator Creates the updates to apply to a view given the existing rows in the base table and the updates that we're applying to them (this handles updates on a single partition only).ViewUtils