Package | Description |
---|---|
org.apache.cassandra.db.virtual |
Modifier and Type | Method and Description |
---|---|
static AbstractMutableVirtualTable.ColumnValues |
AbstractMutableVirtualTable.ColumnValues.from(TableMetadata metadata,
ClusteringPrefix<?> prefix)
Returns the set of column values corresponding to the specified clustering prefix.
|
static AbstractMutableVirtualTable.ColumnValues |
AbstractMutableVirtualTable.ColumnValues.from(TableMetadata metadata,
DecoratedKey partitionKey)
Returns the set of column values corresponding to the specified partition key.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMutableVirtualTable.applyRangeTombstone(AbstractMutableVirtualTable.ColumnValues partitionKey,
com.google.common.collect.Range<AbstractMutableVirtualTable.ColumnValues> range) |
Copyright © 2009- The Apache Software Foundation