Sha256: 1f87de26ca5bd7a91be3036648ede1d1770e42dc761fd60b156774ec20049d17
Contents?: true
Size: 1022 Bytes
Versions: 5
Compression:
Stored size: 1022 Bytes
Contents
class Riak::Client include Instrumentable client_payload = {client_id: :client_id} instrument_method :buckets, 'riak.list_buckets', client_payload instrument_method :list_buckets, 'riak.list_buckets', client_payload instrument_method :list_keys, 'riak.list_keys', client_payload instrument_method :set_bucket_props, 'riak.set_bucket_props', client_payload instrument_method :get_bucket_props, 'riak.get_bucket_props', client_payload instrument_method :clear_bucket_props, 'riak.clear_bucket_props', client_payload instrument_method :get_index, 'riak.get_index', client_payload instrument_method :store_object, 'riak.store_object', client_payload instrument_method :get_object, 'riak.get_object', client_payload instrument_method :reload_object, 'riak.reload_object', client_payload instrument_method :delete_object, 'riak.delete_object', client_payload instrument_method :mapred, 'riak.map_reduce', client_payload instrument_method :ping, 'riak.ping', client_payload end
Version data entries
5 entries across 5 versions & 1 rubygems