|
||||||||||
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.Lists.Value
public static class Lists.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.List<java.nio.ByteBuffer> |
elements
|
Constructor Summary | |
---|---|
Lists.Value(java.util.List<java.nio.ByteBuffer> elements)
|
Method Summary | |
---|---|
static Lists.Value |
fromSerialized(java.nio.ByteBuffer value,
ListType 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.List<java.nio.ByteBuffer> elements
Constructor Detail |
---|
public Lists.Value(java.util.List<java.nio.ByteBuffer> elements)
Method Detail |
---|
public static Lists.Value fromSerialized(java.nio.ByteBuffer value, ListType type) throws InvalidRequestException
InvalidRequestException
public 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 |