Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<CQL3Row> |
CQL3Row.Builder.group(java.util.Iterator<Cell> cells) |
Constructor and Description |
---|
UpdateParameters(CFMetaData metadata,
java.util.List<java.nio.ByteBuffer> variables,
long timestamp,
int ttl,
java.util.Map<java.nio.ByteBuffer,CQL3Row> prefetchedLists) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.nio.ByteBuffer,CQL3Row> |
ModificationStatement.readRequiredRows(java.util.List<java.nio.ByteBuffer> partitionKeys,
Composite clusteringPrefix,
boolean local,
ConsistencyLevel cl) |
protected java.util.Map<java.nio.ByteBuffer,CQL3Row> |
ModificationStatement.readRows(java.util.List<java.nio.ByteBuffer> partitionKeys,
Composite rowPrefix,
java.util.Set<ColumnIdentifier> toRead,
CFMetaData cfm,
boolean local,
ConsistencyLevel cl) |
Copyright © 2014 The Apache Software Foundation