Package com.mapr.kvstore
Class Scanner
- java.lang.Object
-
- com.mapr.kvstore.Scanner
-
- All Implemented Interfaces:
KvTableScanner
public class Scanner extends java.lang.Object implements KvTableScanner
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.LogLOG
-
Constructor Summary
Constructors Constructor Description Scanner(KvStoreClient clnt, com.mapr.fs.proto.Common.FidMsg fidValue, int startKey, int endKey, boolean keysOnlyV, com.mapr.fs.proto.Security.CredentialsMsg creds)Scanner(KvStoreClient clnt, com.mapr.fs.proto.Common.FidMsg fidValue, long startKey, long endKey, boolean keysOnlyV, com.mapr.fs.proto.Security.CredentialsMsg creds)Scanner(KvStoreClient clnt, com.mapr.fs.proto.Common.FidMsg fidValue, com.google.protobuf.ByteString startKey, com.google.protobuf.ByteString endKey, boolean keysOnlyV, com.mapr.fs.proto.Security.CredentialsMsg creds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()com.mapr.fs.proto.Fileserver.KvMsgnext()
-
-
-
Constructor Detail
-
Scanner
public Scanner(KvStoreClient clnt, com.mapr.fs.proto.Common.FidMsg fidValue, int startKey, int endKey, boolean keysOnlyV, com.mapr.fs.proto.Security.CredentialsMsg creds)
-
Scanner
public Scanner(KvStoreClient clnt, com.mapr.fs.proto.Common.FidMsg fidValue, long startKey, long endKey, boolean keysOnlyV, com.mapr.fs.proto.Security.CredentialsMsg creds)
-
Scanner
public Scanner(KvStoreClient clnt, com.mapr.fs.proto.Common.FidMsg fidValue, com.google.protobuf.ByteString startKey, com.google.protobuf.ByteString endKey, boolean keysOnlyV, com.mapr.fs.proto.Security.CredentialsMsg creds)
-
-
Method Detail
-
next
public com.mapr.fs.proto.Fileserver.KvMsg next()
- Specified by:
nextin interfaceKvTableScanner
-
close
public void close()
- Specified by:
closein interfaceKvTableScanner
-
-