public class Scanner extends java.lang.Object implements KvTableScanner
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.mapr.fs.proto.Fileserver.KvMsg |
next() |
public Scanner(KvStoreClient clnt, com.mapr.fs.proto.Common.FidMsg fidValue, int startKey, int endKey, boolean keysOnlyV, com.mapr.fs.proto.Security.CredentialsMsg creds)
public Scanner(KvStoreClient clnt, com.mapr.fs.proto.Common.FidMsg fidValue, long startKey, long endKey, boolean keysOnlyV, com.mapr.fs.proto.Security.CredentialsMsg creds)
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)
public com.mapr.fs.proto.Fileserver.KvMsg next()
next in interface KvTableScannerpublic void close()
close in interface KvTableScanner