public class CassandraSubColumn extends CassandraColumn
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
SUB, SUPER| Constructor and Description |
|---|
CassandraSubColumn() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getName() |
Object |
getValue()
Deserialize a String into an typed Object, according to the field schema.
|
void |
setValue(me.prettyprint.hector.api.beans.HColumn<ByteBuffer,ByteBuffer> hColumn) |
fromByteBuffer, getFamily, getField, getType, getUnionType, setFamily, setField, setType, setUnionTypepublic ByteBuffer getName()
getName in class CassandraColumnpublic Object getValue()
getValue in class CassandraColumnCassandraColumn.getValue()public void setValue(me.prettyprint.hector.api.beans.HColumn<ByteBuffer,ByteBuffer> hColumn)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.