public abstract class AbstractCommutativeType extends AbstractType<java.lang.Long>
columnComparator, columnReverseComparator, indexComparator, indexReverseComparator, onDiskAtomComparator, reverseComparator
Constructor and Description |
---|
AbstractCommutativeType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
compose(java.nio.ByteBuffer bytes) |
abstract Column |
createColumn(java.nio.ByteBuffer name,
java.nio.ByteBuffer value,
long timestamp)
create commutative column
|
java.nio.ByteBuffer |
decompose(java.lang.Long value) |
boolean |
isCommutative() |
asCQL3Type, compareCollectionMembers, fromString, fromStringCQL2, getColumnsString, getReverseComparator, getString, getString, isCollection, isCompatibleWith, parseDefaultParameters, toString, validate, validateCollectionMember
public boolean isCommutative()
isCommutative
in class AbstractType<java.lang.Long>
public java.lang.Long compose(java.nio.ByteBuffer bytes)
compose
in class AbstractType<java.lang.Long>
public java.nio.ByteBuffer decompose(java.lang.Long value)
decompose
in class AbstractType<java.lang.Long>
public abstract Column createColumn(java.nio.ByteBuffer name, java.nio.ByteBuffer value, long timestamp)
Copyright © 2013 The Apache Software Foundation