Modifier and Type | Method and Description |
---|---|
RangeTombstone |
UpdateParameters.makeRangeTombstone(CBuilder cbuilder) |
Modifier and Type | Method and Description |
---|---|
CBuilder |
ModificationStatement.createClustering(QueryOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
CQL3CasRequest.addRowUpdate(CBuilder cbuilder,
ModificationStatement stmt,
QueryOptions options,
long timestamp) |
void |
DeleteStatement.addUpdateForKey(PartitionUpdate update,
CBuilder cbuilder,
UpdateParameters params) |
abstract void |
ModificationStatement.addUpdateForKey(PartitionUpdate update,
CBuilder clusteringBuilder,
UpdateParameters params) |
void |
UpdateStatement.addUpdateForKey(PartitionUpdate update,
CBuilder cbuilder,
UpdateParameters params) |
UpdateParameters |
ModificationStatement.makeUpdateParameters(java.util.Collection<java.nio.ByteBuffer> keys,
CBuilder clustering,
QueryOptions options,
boolean local,
long now) |
protected java.util.Map<DecoratedKey,Partition> |
ModificationStatement.readRequiredLists(java.util.Collection<java.nio.ByteBuffer> partitionKeys,
CBuilder cbuilder,
boolean local,
ConsistencyLevel cl) |
Modifier and Type | Field and Description |
---|---|
static CBuilder |
CBuilder.STATIC_BUILDER |
Modifier and Type | Method and Description |
---|---|
abstract CBuilder |
CBuilder.add(java.nio.ByteBuffer value) |
abstract CBuilder |
CBuilder.add(java.lang.Object value) |
static CBuilder |
CBuilder.create(ClusteringComparator comparator) |
Modifier and Type | Method and Description |
---|---|
static MultiCBuilder |
MultiCBuilder.wrap(CBuilder builder)
Wraps an existing
CBuilder to provide him with a MultiCBuilder interface
for the sake of passing it to Restriction.appendTo . |
Modifier and Type | Method and Description |
---|---|
protected abstract CBuilder |
AbstractSimplePerColumnSecondaryIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
Modifier and Type | Method and Description |
---|---|
protected CBuilder |
CompositesIndexIncludingCollectionKey.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
protected CBuilder |
CompositesIndexOnClusteringKey.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
protected CBuilder |
CompositesIndexOnCollectionValue.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
protected CBuilder |
CompositesIndexOnPartitionKey.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
protected CBuilder |
CompositesIndexOnRegular.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
Modifier and Type | Method and Description |
---|---|
protected CBuilder |
KeysIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
Copyright © 2015 The Apache Software Foundation