public class CassandraRecordCursor extends Object implements RecordCursor
| Constructor and Description |
|---|
CassandraRecordCursor(CassandraSession cassandraSession,
List<FullCassandraType> fullCassandraTypes,
String cql) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advanceNextPosition() |
void |
close() |
boolean |
getBoolean(int i) |
long |
getCompletedBytes() |
double |
getDouble(int i) |
long |
getLong(int i) |
Object |
getObject(int field) |
long |
getReadTimeNanos() |
io.airlift.slice.Slice |
getSlice(int i) |
Type |
getType(int i) |
boolean |
isNull(int i) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSystemMemoryUsagepublic CassandraRecordCursor(CassandraSession cassandraSession, List<FullCassandraType> fullCassandraTypes, String cql)
public boolean advanceNextPosition()
advanceNextPosition in interface RecordCursorpublic void close()
close in interface RecordCursorclose in interface Closeableclose in interface AutoCloseablepublic boolean getBoolean(int i)
getBoolean in interface RecordCursorpublic long getCompletedBytes()
getCompletedBytes in interface RecordCursorpublic long getReadTimeNanos()
getReadTimeNanos in interface RecordCursorpublic double getDouble(int i)
getDouble in interface RecordCursorpublic long getLong(int i)
getLong in interface RecordCursorpublic io.airlift.slice.Slice getSlice(int i)
getSlice in interface RecordCursorpublic Object getObject(int field)
getObject in interface RecordCursorpublic Type getType(int i)
getType in interface RecordCursorpublic boolean isNull(int i)
isNull in interface RecordCursorCopyright © 2012–2021. All rights reserved.