|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.cql3.Term.Terminal
org.apache.cassandra.cql3.Maps.Value
public static class Maps.Value
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.Term |
|---|
Term.NonTerminal, Term.Raw, Term.Terminal |
| Field Summary | |
|---|---|
java.util.Map<java.nio.ByteBuffer,java.nio.ByteBuffer> |
map
|
| Constructor Summary | |
|---|---|
Maps.Value(java.util.Map<java.nio.ByteBuffer,java.nio.ByteBuffer> map)
|
|
| Method Summary | |
|---|---|
static Maps.Value |
fromSerialized(java.nio.ByteBuffer value,
MapType type)
|
java.nio.ByteBuffer |
get()
|
| Methods inherited from class org.apache.cassandra.cql3.Term.Terminal |
|---|
bind, bindAndGet, collectMarkerSpecification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.util.Map<java.nio.ByteBuffer,java.nio.ByteBuffer> map
| Constructor Detail |
|---|
public Maps.Value(java.util.Map<java.nio.ByteBuffer,java.nio.ByteBuffer> map)
| Method Detail |
|---|
public static Maps.Value fromSerialized(java.nio.ByteBuffer value,
MapType type)
throws InvalidRequestException
InvalidRequestExceptionpublic java.nio.ByteBuffer get()
get in class Term.Terminal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||