Package | Description |
---|---|
org.apache.cassandra.db.composites | |
org.apache.cassandra.db.marshal |
Modifier and Type | Method and Description |
---|---|
ColumnToCollectionType |
AbstractCellNameType.collectionType() |
ColumnToCollectionType |
CellNameType.collectionType()
The type of the collections (or null if the type has not collections).
|
ColumnToCollectionType |
CompoundSparseCellNameType.WithCollection.collectionType() |
Modifier and Type | Method and Description |
---|---|
protected static CompoundCType |
CompoundSparseCellNameType.makeCType(CompoundCType clusteringType,
AbstractType<?> columnNameType,
ColumnToCollectionType collectionType) |
Constructor and Description |
---|
CompoundSparseCellNameType.WithCollection(java.util.List<AbstractType<?>> types,
ColumnToCollectionType collectionType) |
Modifier and Type | Method and Description |
---|---|
static ColumnToCollectionType |
ColumnToCollectionType.getInstance(java.util.Map<java.nio.ByteBuffer,CollectionType> defined) |
static ColumnToCollectionType |
ColumnToCollectionType.getInstance(TypeParser parser) |
Copyright © 2014 The Apache Software Foundation