Package | Description |
---|---|
org.apache.cassandra.db.view |
Modifier and Type | Method and Description |
---|---|
View |
ViewManager.getByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<View> |
TableViews.iterator() |
java.util.Collection<View> |
TableViews.updatedViews(PartitionUpdate updates)
Return the views that are potentially updated by the provided updates.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TableViews.add(View view) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.Collection<Mutation>> |
TableViews.generateViewUpdates(java.util.Collection<View> views,
UnfilteredRowIterator updates,
UnfilteredRowIterator existings,
int 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.
|
Constructor and Description |
---|
ViewBuilder(ColumnFamilyStore baseCfs,
View view) |
ViewUpdateGenerator(View view,
DecoratedKey basePartitionKey,
int nowInSec)
Creates a new
ViewUpdateBuilder . |
Copyright © 2020 The Apache Software Foundation