Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.db.marshal |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.nio.ByteBuffer,ColumnGroupMap> |
ModificationStatement.readRows(java.util.List<java.nio.ByteBuffer> keys,
ColumnNameBuilder builder,
java.util.Set<java.nio.ByteBuffer> toRead,
CompositeType composite,
boolean local,
ConsistencyLevel cl) |
Constructor and Description |
---|
ColumnGroupMap.Builder(CompositeType composite,
boolean hasCollections) |
Constructor and Description |
---|
ColumnCounter.GroupByPrefix(CompositeType type,
int toGroup)
A column counter that count only 1 for all the columns sharing a
given prefix of the key.
|
Modifier and Type | Method and Description |
---|---|
static CompositeType |
CompositeType.getInstance(java.util.List<AbstractType<?>> types) |
static CompositeType |
CompositeType.getInstance(TypeParser parser) |
Constructor and Description |
---|
CompositeType.Builder(CompositeType composite) |
CompositeType.Builder(CompositeType composite,
java.util.List<java.nio.ByteBuffer> components,
byte[] endOfComponents) |
Copyright © 2014 The Apache Software Foundation