Package com.mapr.kvstore
Class Scanner
java.lang.Object
com.mapr.kvstore.Scanner
- All Implemented Interfaces:
KvTableScanner
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScanner(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
-
Field Details
-
LOG
public static final org.apache.commons.logging.Log LOG
-
-
Constructor Details
-
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 Details
-
next
public com.mapr.fs.proto.Fileserver.KvMsg next()- Specified by:
nextin interfaceKvTableScanner
-
close
public void close()- Specified by:
closein interfaceKvTableScanner
-