org.apache.cassandra.cql3
Class CQL3Type.Collection
java.lang.Object
org.apache.cassandra.cql3.CQL3Type.Collection
- All Implemented Interfaces:
- CQL3Type
- Enclosing interface:
- CQL3Type
public static class CQL3Type.Collection
- extends java.lang.Object
- implements CQL3Type
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CQL3Type.Collection
public CQL3Type.Collection(CollectionType type)
map
public static CQL3Type.Collection map(CQL3Type t1,
CQL3Type t2)
throws InvalidRequestException
- Throws:
InvalidRequestException
list
public static CQL3Type.Collection list(CQL3Type t)
throws InvalidRequestException
- Throws:
InvalidRequestException
set
public static CQL3Type.Collection set(CQL3Type t)
throws InvalidRequestException
- Throws:
InvalidRequestException
isCollection
public boolean isCollection()
- Specified by:
isCollection
in interface CQL3Type
getType
public AbstractType<?> getType()
- Specified by:
getType
in interface CQL3Type
isCounter
public boolean isCounter()
- Specified by:
isCounter
in interface CQL3Type
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2013 The Apache Software Foundation