Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.marshal |
Constructor and Description |
---|
Collection(CollectionType type) |
Modifier and Type | Class and Description |
---|---|
class |
ListType<T> |
class |
MapType<K,V> |
class |
SetType<T> |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.nio.ByteBuffer,CollectionType> |
ColumnToCollectionType.defined |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.nio.ByteBuffer,CollectionType> |
TypeParser.getCollectionsParameters() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
CollectionType.isCompatibleWithFrozen(CollectionType<?> previous)
A version of isCompatibleWith() to deal with non-multicell (frozen) collections
|
boolean |
ListType.isCompatibleWithFrozen(CollectionType<?> previous) |
boolean |
MapType.isCompatibleWithFrozen(CollectionType<?> previous) |
boolean |
SetType.isCompatibleWithFrozen(CollectionType<?> previous) |
protected abstract boolean |
CollectionType.isValueCompatibleWithFrozen(CollectionType<?> previous)
A version of isValueCompatibleWith() to deal with non-multicell (frozen) collections
|
boolean |
ListType.isValueCompatibleWithFrozen(CollectionType<?> previous) |
boolean |
MapType.isValueCompatibleWithFrozen(CollectionType<?> previous) |
boolean |
SetType.isValueCompatibleWithFrozen(CollectionType<?> previous) |
Modifier and Type | Method and Description |
---|---|
static ColumnToCollectionType |
ColumnToCollectionType.getInstance(java.util.Map<java.nio.ByteBuffer,CollectionType> defined) |
static java.lang.String |
TypeParser.stringifyCollectionsParameters(java.util.Map<java.nio.ByteBuffer,? extends CollectionType> collections) |
Copyright © 2020 The Apache Software Foundation