Uses of Class
org.apache.cassandra.db.view.View
Packages that use View
-
Uses of View in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view that return ViewMethods in org.apache.cassandra.db.view that return types with arguments of type ViewModifier and TypeMethodDescriptionTableViews.iterator()TableViews.updatedViews(PartitionUpdate updates) Return the views that are potentially updated by the provided updates.Methods in org.apache.cassandra.db.view with parameters of type ViewMethod parameters in org.apache.cassandra.db.view with type arguments of type ViewModifier and TypeMethodDescriptionTableViews.generateViewUpdates(Collection<View> views, UnfilteredRowIterator updates, UnfilteredRowIterator existings, long nowInSec, boolean separateUpdates) Given some updates on the base table of this object and the existing values for the rows affected by that update, generates the mutation to be applied to the provided views.Constructors in org.apache.cassandra.db.view with parameters of type ViewModifierConstructorDescriptionViewBuilderTask(ColumnFamilyStore baseCfs, View view, Range<Token> range, Token lastToken, long keysBuilt) ViewUpdateGenerator(View view, DecoratedKey basePartitionKey, long nowInSec) Creates a newViewUpdateBuilder.