org.apache.cassandra.cql3
Class CQL3Type.Collection

java.lang.Object
  extended by org.apache.cassandra.cql3.CQL3Type.Collection
All Implemented Interfaces:
CQL3Type
Enclosing interface:
CQL3Type

public static class CQL3Type.Collection
extends java.lang.Object
implements CQL3Type


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.CQL3Type
CQL3Type.Collection, CQL3Type.Custom, CQL3Type.Native
 
Constructor Summary
CQL3Type.Collection(CollectionType type)
           
 
Method Summary
 AbstractType<?> getType()
           
 boolean isCollection()
           
 boolean isCounter()
           
static CQL3Type.Collection list(CQL3Type t)
           
static CQL3Type.Collection map(CQL3Type t1, CQL3Type t2)
           
static CQL3Type.Collection set(CQL3Type t)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CQL3Type.Collection

public CQL3Type.Collection(CollectionType type)
Method Detail

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