Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.marshal |
Constructor and Description |
---|
CQL3Type.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 |
---|---|
static ColumnToCollectionType |
ColumnToCollectionType.getInstance(java.util.Map<java.nio.ByteBuffer,CollectionType> defined) |
static java.lang.String |
TypeParser.stringifyCollectionsParameters(java.util.Map<java.nio.ByteBuffer,CollectionType> collections) |
Copyright © 2013 The Apache Software Foundation