Sha256: a7811b2e8ff859926a36836f16a5e7679fb45c26d5a4cd107df4f884f85c8519

Contents?: true

Size: 272 Bytes

Versions: 7

Compression:

Stored size: 272 Bytes

Contents

require 'riak/client/http_backend/chunked_json_streamer'

module Riak
   class Client
     class HTTPBackend
       # @private
       class KeyStreamer < ChunkedJsonStreamer
         def get_values(obj)
           obj['keys']
         end
       end
     end
   end
 end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
riak-client-1.4.5 lib/riak/client/http_backend/key_streamer.rb
riak-client-1.4.4.1 lib/riak/client/http_backend/key_streamer.rb
riak-client-1.4.4 lib/riak/client/http_backend/key_streamer.rb
riak-client-1.4.3 lib/riak/client/http_backend/key_streamer.rb
riak-client-1.4.2 lib/riak/client/http_backend/key_streamer.rb
riak-client-1.4.1 lib/riak/client/http_backend/key_streamer.rb
riak-client-1.4.0 lib/riak/client/http_backend/key_streamer.rb