org.apache.cassandra.cql3
Class CQL3Type.Custom

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

public static class CQL3Type.Custom
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.Custom(AbstractType<?> type)
           
CQL3Type.Custom(java.lang.String className)
           
 
Method Summary
 AbstractType<?> getType()
           
 boolean isCollection()
           
 boolean isCounter()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CQL3Type.Custom

public CQL3Type.Custom(AbstractType<?> type)

CQL3Type.Custom

public CQL3Type.Custom(java.lang.String className)
                throws SyntaxException,
                       ConfigurationException
Throws:
SyntaxException
ConfigurationException
Method Detail

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