| 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. | 
| ViewBuilder | |
| ViewManager | Manages  View'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 | 
Copyright © 2018 The Apache Software Foundation