Class Scanner

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      com.mapr.fs.proto.Fileserver.KvMsg next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        public static final org.apache.commons.logging.Log LOG
    • 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)