org.apache.cassandra.db
Interface IColumn
- All Known Implementing Classes:
- Column, SuperColumn
public interface IColumn
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
UtfPrefix_
static final short UtfPrefix_
- See Also:
- Constant Field Values
isMarkedForDelete
boolean isMarkedForDelete()
getMarkedForDeleteAt
long getMarkedForDeleteAt()
name
byte[] name()
size
int size()
serializedSize
int serializedSize()
timestamp
long timestamp()
timestamp
long timestamp(byte[] columnName)
value
byte[] value()
value
byte[] value(byte[] columnName)
getSubColumns
java.util.Collection<IColumn> getSubColumns()
getSubColumn
IColumn getSubColumn(byte[] columnName)
addColumn
void addColumn(IColumn column)
diff
IColumn diff(IColumn column)
getObjectCount
int getObjectCount()
digest
byte[] digest()
getLocalDeletionTime
int getLocalDeletionTime()
getString
java.lang.String getString(AbstractType comparator)
Copyright © 2009 The Apache Software Foundation