public class InMemoryKvTable.InMemoryKvTableScanner extends java.lang.Object implements KvTableScanner
| Constructor and Description |
|---|
InMemoryKvTableScanner(boolean keysOnly) |
InMemoryKvTableScanner(T startKey,
boolean keysOnly) |
InMemoryKvTableScanner(T startKey,
T endKey,
boolean keysOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.mapr.fs.proto.Fileserver.KvMsg |
next() |
public InMemoryKvTableScanner(T startKey, boolean keysOnly)
public InMemoryKvTableScanner(boolean keysOnly)
public com.mapr.fs.proto.Fileserver.KvMsg next()
next in interface KvTableScannerpublic void close()
close in interface KvTableScanner