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
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUB
public static final int SUB
- See Also:
- Constant Field Values
SUPER
public static final int SUPER
- See Also:
- Constant Field Values
CassandraColumn
public CassandraColumn()
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.