public static class Sets.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.SortedSet<java.nio.ByteBuffer> |
elements |
Constructor and Description |
---|
Value(java.util.SortedSet<java.nio.ByteBuffer> elements) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(SetType st,
Sets.Value v) |
static Sets.Value |
fromSerialized(java.nio.ByteBuffer value,
SetType 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, containsBindMarker
public static Sets.Value fromSerialized(java.nio.ByteBuffer value, SetType type, int version) throws InvalidRequestException
InvalidRequestException
public java.nio.ByteBuffer get(QueryOptions options)
get
in class Term.Terminal
public java.nio.ByteBuffer getWithProtocolVersion(int protocolVersion)
Term.CollectionTerminal
getWithProtocolVersion
in interface Term.CollectionTerminal
public boolean equals(SetType st, Sets.Value v)
Copyright © 2017 The Apache Software Foundation