public class Int32Type extends AbstractType<java.lang.Integer>
| Modifier and Type | Field and Description |
|---|---|
static Int32Type |
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.Integer> |
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 Int32Type 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.Integer>MarshalExceptionpublic CQL3Type asCQL3Type()
asCQL3Type in class AbstractType<java.lang.Integer>public TypeSerializer<java.lang.Integer> getSerializer()
getSerializer in class AbstractType<java.lang.Integer>Copyright © 2015 The Apache Software Foundation