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

org.apache.gora.cassandra.query
Class CassandraColumn

java.lang.Object
  extended by org.apache.gora.cassandra.query.CassandraColumn
Direct Known Subclasses:
CassandraSubColumn, CassandraSuperColumn

public abstract class CassandraColumn
extends Object

Represents a unit of data: a key value pair tagged by a family name


Field Summary
static int SUB
           
static int SUPER
           
 
Constructor Summary
CassandraColumn()
           
 
Method Summary
 String getFamily()
           
protected  org.apache.avro.Schema.Field getField()
           
abstract  String getName()
           
 int getType()
           
abstract  Object getValue()
           
 void setFamily(String family)
           
 void setField(org.apache.avro.Schema.Field field)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUB

public static final int SUB
See Also:
Constant Field Values

SUPER

public static final int SUPER
See Also:
Constant Field Values
Constructor Detail

CassandraColumn

public CassandraColumn()
Method Detail

getFamily

public String getFamily()

setFamily

public void setFamily(String family)

getType

public int getType()

setType

public void setType(int type)

setField

public void setField(org.apache.avro.Schema.Field field)

getField

protected org.apache.avro.Schema.Field getField()

getName

public abstract String getName()

getValue

public abstract Object getValue()


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