Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.compaction |
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
ColumnDefinition.resultify(Row serializedColumns) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ColumnDefinition> |
ColumnDefinition.fromSchema(UntypedResultSet serializedColumns,
java.lang.String ksName,
java.lang.String cfName,
AbstractType<?> rawComparator,
boolean isSuper)
Deserialize columns from storage-level representation
|
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
UntypedResultSet.create(java.util.List<java.util.Map<java.lang.String,java.nio.ByteBuffer>> results) |
static UntypedResultSet |
UntypedResultSet.create(ResultSet rs) |
static UntypedResultSet |
QueryProcessor.process(java.lang.String query,
ConsistencyLevel cl) |
static UntypedResultSet |
QueryProcessor.processInternal(java.lang.String query) |
static UntypedResultSet |
QueryProcessor.resultify(java.lang.String query,
java.util.List<Row> rows) |
static UntypedResultSet |
QueryProcessor.resultify(java.lang.String query,
Row row) |
Modifier and Type | Method and Description |
---|---|
static javax.management.openmbean.TabularData |
CompactionHistoryTabularData.from(UntypedResultSet resultSet) |
Copyright © 2014 The Apache Software Foundation