org.apache.gora.cassandra.query
Class CassandraSubColumn

java.lang.Object
  extended by org.apache.gora.cassandra.query.CassandraColumn
      extended by org.apache.gora.cassandra.query.CassandraSubColumn

public class CassandraSubColumn
extends CassandraColumn


Field Summary
static org.slf4j.Logger LOG
           
 
Fields inherited from class org.apache.gora.cassandra.query.CassandraColumn
SUB, SUPER
 
Constructor Summary
CassandraSubColumn()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.gora.cassandra.query.CassandraColumn
fromByteBuffer, getFamily, getField, getType, setFamily, setField, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.slf4j.Logger LOG
Constructor Detail

CassandraSubColumn

public CassandraSubColumn()
Method Detail

getName

public ByteBuffer getName()
Specified by:
getName in class CassandraColumn

getValue

public Object getValue()
Deserialize a String into an typed Object, according to the field schema.

Specified by:
getValue in class CassandraColumn
See Also:
CassandraColumn.getValue()

setValue

public void setValue(me.prettyprint.hector.api.beans.HColumn<ByteBuffer,ByteBuffer> hColumn)


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.