Class InMemoryByteStringKvTable.InMemoryKvByteTableScanner

    • 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
    • Constructor Detail

      • InMemoryKvByteTableScanner

        public InMemoryKvByteTableScanner​(com.google.protobuf.ByteString startKey,
                                          com.google.protobuf.ByteString endKey,
                                          boolean keysOnly)
      • InMemoryKvByteTableScanner

        public InMemoryKvByteTableScanner​(com.google.protobuf.ByteString startKey,
                                          boolean keysOnly)
      • InMemoryKvByteTableScanner

        public InMemoryKvByteTableScanner​(boolean keysOnly)