K - SN - super column name data typeN - child column name data typepublic interface SuperCfResult<K,SN,N> extends ColumnFamilyResult<K,N>
ColumnFamilyResult| Modifier and Type | Method and Description |
|---|---|
void |
applySuperColumn(SN sColumnName) |
SN |
getActiveSuperColumn() |
Boolean |
getBoolean(SN sColumnName,
N columnName) |
byte[] |
getByteArray(SN sColumnName,
N columnName) |
ByteBuffer |
getByteBuffer(SN sColumnName,
N columnName) |
Date |
getDate(SN sColumnName,
N columnName) |
Double |
getDouble(SN sColumnName,
N columnName) |
Float |
getFloat(SN sColumnName,
N columnName) |
Integer |
getInteger(SN sColumnName,
N columnName) |
K |
getKey() |
Long |
getLong(SN sColumnName,
N columnName) |
String |
getString(SN sColumnName,
N columnName) |
HSuperColumn<SN,N,ByteBuffer> |
getSuperColumn(SN superColumn)
Retrieved named superColumn as an HSuperColumn with sub columns.
|
Collection<SN> |
getSuperColumns() |
UUID |
getUUID(SN sColumnName,
N columnName) |
SuperCfResult<K,SN,N> |
next() |
getBoolean, getByteArray, getColumn, getColumnNames, getDate, getDouble, getFloat, getInteger, getLong, getString, getUUID, hasResultsgetExecutionTimeMicro, getExecutionTimeNano, getHostUsedCollection<SN> getSuperColumns()
K getKey()
getKey in interface ColumnFamilyResult<K,N>ByteBuffer getByteBuffer(SN sColumnName, N columnName)
void applySuperColumn(SN sColumnName)
SN getActiveSuperColumn()
HSuperColumn<SN,N,ByteBuffer> getSuperColumn(SN superColumn)
superColumn - SuperCfResult<K,SN,N> next()
next in interface Iterator<ColumnFamilyResult<K,N>>Copyright © 2014. All Rights Reserved.