Class Scanner

java.lang.Object
com.mapr.kvstore.Scanner
All Implemented Interfaces:
KvTableScanner

public class Scanner extends Object implements KvTableScanner
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.commons.logging.Log
     
  • 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

    Modifier and Type
    Method
    Description
    void
     
    com.mapr.fs.proto.Fileserver.KvMsg
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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