|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.ParsedType.Custom
public static class ParsedType.Custom
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.ParsedType |
---|
ParsedType.Collection, ParsedType.Custom, ParsedType.Native |
Constructor Summary | |
---|---|
ParsedType.Custom(java.lang.String className)
|
Method Summary | |
---|---|
AbstractType<?> |
getType()
|
boolean |
isCollection()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParsedType.Custom(java.lang.String className) throws SyntaxException, ConfigurationException
SyntaxException
ConfigurationException
Method Detail |
---|
public boolean isCollection()
isCollection
in interface ParsedType
public AbstractType<?> getType()
getType
in interface ParsedType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |