public static class Maps.Value extends Term.Terminal implements Term.CollectionTerminal
Term.CollectionTerminal, Term.MultiColumnRaw, Term.MultiItemTerminal, Term.NonTerminal, Term.Raw, Term.Terminal| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.nio.ByteBuffer,java.nio.ByteBuffer> |
map |
| Constructor and Description |
|---|
Value(java.util.Map<java.nio.ByteBuffer,java.nio.ByteBuffer> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(MapType mt,
Maps.Value v) |
static Maps.Value |
fromSerialized(java.nio.ByteBuffer value,
MapType type,
int version) |
java.nio.ByteBuffer |
get(QueryOptions options) |
java.nio.ByteBuffer |
getWithProtocolVersion(int protocolVersion)
Gets the value of the collection when serialized with the given protocol version format
|
bind, bindAndGet, collectMarkerSpecification, containsBindMarkerpublic static Maps.Value fromSerialized(java.nio.ByteBuffer value, MapType type, int version) throws InvalidRequestException
InvalidRequestExceptionpublic java.nio.ByteBuffer get(QueryOptions options)
get in class Term.Terminalpublic java.nio.ByteBuffer getWithProtocolVersion(int protocolVersion)
Term.CollectionTerminalgetWithProtocolVersion in interface Term.CollectionTerminalpublic boolean equals(MapType mt, Maps.Value v)
Copyright © 2015 The Apache Software Foundation