Package | Description |
---|---|
org.apache.cassandra.db.composites |
Modifier and Type | Method and Description |
---|---|
CQL3Row.Builder |
CellNameType.CQL3RowBuilder(CFMetaData metadata,
long now)
Creates a new CQL3Row builder for this type.
|
CQL3Row.Builder |
CompoundDenseCellNameType.CQL3RowBuilder(CFMetaData metadata,
long now) |
CQL3Row.Builder |
CompoundSparseCellNameType.CQL3RowBuilder(CFMetaData metadata,
long now) |
CQL3Row.Builder |
SimpleDenseCellNameType.CQL3RowBuilder(CFMetaData metadata,
long now) |
CQL3Row.Builder |
SimpleSparseCellNameType.CQL3RowBuilder(CFMetaData metadata,
long now) |
protected static CQL3Row.Builder |
AbstractCellNameType.makeDenseCQL3RowBuilder(long now) |
protected static CQL3Row.Builder |
AbstractCellNameType.makeSparseCQL3RowBuilder(CFMetaData cfMetaData,
CellNameType type,
long now) |
Copyright © 2020 The Apache Software Foundation