Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.marshal |
Modifier and Type | Method and Description |
---|---|
boolean |
Maps.Value.equals(MapType mt,
Maps.Value v) |
static Maps.Value |
Maps.Value.fromSerialized(java.nio.ByteBuffer value,
MapType type,
ProtocolVersion version) |
Modifier and Type | Method and Description |
---|---|
static <K,V> MapType<K,V> |
MapType.getInstance(AbstractType<K> keys,
AbstractType<V> values,
boolean isMultiCell) |
static MapType<?,?> |
MapType.getInstance(TypeParser parser) |
Copyright © 2018 The Apache Software Foundation