|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- Column name typepublic interface Column<C>
Common interface for extracting column values after a query.
Method Summary | ||
---|---|---|
boolean |
getBooleanValue()
Get value as a boolean |
|
byte[] |
getByteArrayValue()
Get the raw byte[] value |
|
ByteBuffer |
getByteBufferValue()
Get the raw ByteBuffer value |
|
Date |
getDateValue()
Get the value as a date object |
|
double |
getDoubleValue()
Return value as a double |
|
int |
getIntegerValue()
Return value as an integer |
|
long |
getLongValue()
Return value as a long. |
|
C |
getName()
Column or super column name |
|
ByteBuffer |
getRawName()
Return the raw byet buffer for the column name |
|
String |
getStringValue()
Return value as a string |
|
|
getSubColumns(Serializer<C2> ser)
Deprecated. Super columns should be replaced with composite columns |
|
long |
getTimestamp()
Returns the column timestamp. |
|
int |
getTtl()
Get the TTL for this column. |
|
UUID |
getUUIDValue()
Get the value as a UUID |
|
|
getValue(Serializer<V> valSer)
Return the value |
|
boolean |
isParentColumn()
Deprecated. Super columns should be replaced with composite columns |
Method Detail |
---|
C getName()
ByteBuffer getRawName()
long getTimestamp()
<V> V getValue(Serializer<V> valSer)
V
- value type
NetflixCassandraException
String getStringValue()
int getIntegerValue()
double getDoubleValue()
long getLongValue()
byte[] getByteArrayValue()
boolean getBooleanValue()
ByteBuffer getByteBufferValue()
Date getDateValue()
UUID getUUIDValue()
@Deprecated <C2> ColumnList<C2> getSubColumns(Serializer<C2> ser)
C2
- Type of column names for sub columns
@Deprecated boolean isParentColumn()
int getTtl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |