Package com.mapr.kvstore
Class InMemoryKvTable.InMemoryKvTableScanner
java.lang.Object
com.mapr.kvstore.InMemoryKvTable.InMemoryKvTableScanner
- All Implemented Interfaces:
KvTableScanner
- Enclosing class:
- InMemoryKvTable<T>
-
Constructor Summary
ConstructorsConstructorDescriptionInMemoryKvTableScanner(boolean keysOnly) InMemoryKvTableScanner(T startKey, boolean keysOnly) InMemoryKvTableScanner(T startKey, T endKey, boolean keysOnly) -
Method Summary
-
Constructor Details
-
InMemoryKvTableScanner
-
InMemoryKvTableScanner
-
InMemoryKvTableScanner
public InMemoryKvTableScanner(boolean keysOnly)
-
-
Method Details
-
next
public com.mapr.fs.proto.Fileserver.KvMsg next()- Specified by:
nextin interfaceKvTableScanner
-
close
public void close()- Specified by:
closein interfaceKvTableScanner
-