Package | Description |
---|---|
org.apache.cassandra.db.partitions | |
org.apache.cassandra.db.view |
Modifier and Type | Class and Description |
---|---|
class |
AtomicBTreePartition
A thread-safe and atomic Partition implementation.
|
class |
CachedBTreePartition |
class |
FilteredPartition |
class |
ImmutableBTreePartition |
class |
PartitionUpdate
Stores updates made on a partition.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Mutation> |
View.createMutations(AbstractBTreePartition partition,
org.apache.cassandra.db.view.TemporalRow.Set rowSet,
boolean isBuilding) |
DeletionTime |
TemporalRow.deletionTime(AbstractBTreePartition partition) |
org.apache.cassandra.db.view.TemporalRow.Set |
View.getTemporalRowSet(AbstractBTreePartition partition,
org.apache.cassandra.db.view.TemporalRow.Set existing,
boolean isBuilding)
Splits the partition update up and adds the existing state to each row.
|
boolean |
View.updateAffectsView(AbstractBTreePartition partition)
Check to see if the update could possibly modify a view.
|
Copyright © 2016 The Apache Software Foundation