public class ScanResult<T>
extends java.lang.Object
构造器和说明 |
---|
ScanResult(byte[] cursor,
java.util.List<T> results) |
ScanResult(java.lang.String cursor,
java.util.List<T> results) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getCursor()
Returns the new value of the cursor
|
byte[] |
getCursorAsBytes() |
java.util.List<T> |
getResult()
The scan results from the current call.
|
boolean |
isCompleteIteration()
Is the iteration complete.
|
public ScanResult(java.lang.String cursor, java.util.List<T> results)
public ScanResult(byte[] cursor, java.util.List<T> results)
public java.lang.String getCursor()
ScanParams.SCAN_POINTER_START
when a complete iteration has finishedpublic boolean isCompleteIteration()
public byte[] getCursorAsBytes()
public java.util.List<T> getResult()