K - N - public interface ColumnFamilyResult<K,N> extends Iterator<ColumnFamilyResult<K,N>>, ResultStatus
ResultStatus, results will also provide
execution details.| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(N columnName) |
byte[] |
getByteArray(N columnName) |
HColumn<N,ByteBuffer> |
getColumn(N columnName) |
Collection<N> |
getColumnNames() |
Date |
getDate(N columnName) |
Double |
getDouble(N columnName) |
Float |
getFloat(N columnName) |
Integer |
getInteger(N columnName) |
K |
getKey() |
Long |
getLong(N columnName) |
String |
getString(N columnName) |
UUID |
getUUID(N columnName) |
boolean |
hasResults() |
getExecutionTimeMicro, getExecutionTimeNano, getHostUsedK getKey()
byte[] getByteArray(N columnName)
Collection<N> getColumnNames()
HColumn<N,ByteBuffer> getColumn(N columnName)
boolean hasResults()
Copyright © 2014. All Rights Reserved.