Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.schema |
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet.Row |
UntypedResultSet.Row.fromInternalRow(CFMetaData metadata,
DecoratedKey key,
Row row) |
abstract UntypedResultSet.Row |
UntypedResultSet.one() |
Modifier and Type | Method and Description |
---|---|
static CFMetaData |
SchemaKeyspace.createTableFromTableRowAndColumns(UntypedResultSet.Row row,
java.util.List<ColumnDefinition> columns) |
void |
SchemaKeyspace.Differ.onAdded(UntypedResultSet.Row newRow) |
void |
SchemaKeyspace.Differ.onDropped(UntypedResultSet.Row oldRow) |
void |
SchemaKeyspace.Differ.onUpdated(UntypedResultSet.Row oldRow,
UntypedResultSet.Row newRow) |
Copyright © 2015 The Apache Software Foundation