Package com.mapr.kvstore
Class InMemoryKvTable.InMemoryKvTableScanner
- java.lang.Object
-
- com.mapr.kvstore.InMemoryKvTable.InMemoryKvTableScanner
-
- All Implemented Interfaces:
KvTableScanner
- Enclosing class:
- InMemoryKvTable<T>
public class InMemoryKvTable.InMemoryKvTableScanner extends java.lang.Object implements KvTableScanner
-
-
Constructor Summary
Constructors Constructor Description InMemoryKvTableScanner(boolean keysOnly)InMemoryKvTableScanner(T startKey, boolean keysOnly)InMemoryKvTableScanner(T startKey, T endKey, boolean keysOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()com.mapr.fs.proto.Fileserver.KvMsgnext()
-
-
-
Method Detail
-
next
public com.mapr.fs.proto.Fileserver.KvMsg next()
- Specified by:
nextin interfaceKvTableScanner
-
close
public void close()
- Specified by:
closein interfaceKvTableScanner
-
-