org.apache.cassandra.cql3
Class CQL3Type.Custom
java.lang.Object
org.apache.cassandra.cql3.CQL3Type.Custom
- All Implemented Interfaces:
- CQL3Type
- Enclosing interface:
- CQL3Type
public static class CQL3Type.Custom
- extends java.lang.Object
- implements CQL3Type
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CQL3Type.Custom
public CQL3Type.Custom(AbstractType<?> type)
CQL3Type.Custom
public CQL3Type.Custom(java.lang.String className)
throws SyntaxException,
ConfigurationException
- Throws:
SyntaxException
ConfigurationException
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