|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.ParsedType.Collection
public static class ParsedType.Collection
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.ParsedType |
---|
ParsedType.Collection, ParsedType.Custom, ParsedType.Native |
Method Summary | |
---|---|
AbstractType<?> |
getType()
|
boolean |
isCollection()
|
static ParsedType.Collection |
list(ParsedType t)
|
static ParsedType.Collection |
map(ParsedType t1,
ParsedType t2)
|
static ParsedType.Collection |
set(ParsedType t)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ParsedType.Collection map(ParsedType t1, ParsedType t2) throws InvalidRequestException
InvalidRequestException
public static ParsedType.Collection list(ParsedType t) throws InvalidRequestException
InvalidRequestException
public static ParsedType.Collection set(ParsedType t) throws InvalidRequestException
InvalidRequestException
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 |