This project has retired. For details please refer to its Attic page.
CassandraSubColumn (Apache Gora 0.2 API)

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
static ByteBuffer getByteBuffer(String valueString)
           
 String getName()
           
 Object getValue()
          Deserialize a String into an typed Object, according to the field schema.
 void setValue(me.prettyprint.hector.api.beans.HColumn<String,String> hColumn)
           
 
Methods inherited from class org.apache.gora.cassandra.query.CassandraColumn
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 String 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<String,String> hColumn)

getByteBuffer

public static ByteBuffer getByteBuffer(String valueString)


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