public class BooleanType extends AbstractType<java.lang.Boolean>
| Modifier and Type | Field and Description |
|---|---|
static BooleanType |
instance |
reverseComparator| Modifier and Type | Method and Description |
|---|---|
CQL3Type |
asCQL3Type() |
int |
compare(java.nio.ByteBuffer o1,
java.nio.ByteBuffer o2) |
java.nio.ByteBuffer |
fromString(java.lang.String source)
get a byte representation of the given string.
|
TypeSerializer<java.lang.Boolean> |
getSerializer() |
compareCollectionMembers, componentsCount, compose, decompose, freeze, fromStringCQL2, getComponents, getString, getString, isByteOrderComparable, isCollection, isCompatibleWith, isCounter, isMultiCell, isValueCompatibleWith, isValueCompatibleWithInternal, parseDefaultParameters, references, toString, toString, validate, validateCellValue, validateCollectionMemberpublic static final BooleanType instance
public int compare(java.nio.ByteBuffer o1,
java.nio.ByteBuffer o2)
public java.nio.ByteBuffer fromString(java.lang.String source)
throws MarshalException
AbstractTypefromString in class AbstractType<java.lang.Boolean>MarshalExceptionpublic CQL3Type asCQL3Type()
asCQL3Type in class AbstractType<java.lang.Boolean>public TypeSerializer<java.lang.Boolean> getSerializer()
getSerializer in class AbstractType<java.lang.Boolean>Copyright © 2015 The Apache Software Foundation