Uses of Class
com.basho.riak.client.raw.query.MapReduceSpec

Packages that use MapReduceSpec
com.basho.riak.client.raw The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
com.basho.riak.client.raw.pbc Classes for adapting the pbc.RiakClient to the RawClient interface 
 

Uses of MapReduceSpec in com.basho.riak.client.raw
 

Methods in com.basho.riak.client.raw with parameters of type MapReduceSpec
 MapReduceResult RawClient.mapReduce(MapReduceSpec spec)
          Perform a map/reduce query defined by MapReduceSpec
 MapReduceResult ClusterClient.mapReduce(MapReduceSpec spec)
           
 

Uses of MapReduceSpec in com.basho.riak.client.raw.http
 

Methods in com.basho.riak.client.raw.http with parameters of type MapReduceSpec
 MapReduceResult HTTPClientAdapter.mapReduce(MapReduceSpec spec)
           
 

Uses of MapReduceSpec in com.basho.riak.client.raw.pbc
 

Methods in com.basho.riak.client.raw.pbc with parameters of type MapReduceSpec
 MapReduceResult PBClientAdapter.mapReduce(MapReduceSpec spec)
           
 



Copyright © 2012. All Rights Reserved.