Uses of Interface
com.basho.riak.client.query.MapReduceResult

Packages that use MapReduceResult
com.basho.riak.client.query Classes and interfaces for running map/reduce and link walk operations on Riak. 
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 MapReduceResult in com.basho.riak.client.query
 

Methods in com.basho.riak.client.query that return MapReduceResult
 MapReduceResult MapReduce.execute()
          Run the Map/Reduce job against the RawClient the operation was constructed with.
 

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

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

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

Methods in com.basho.riak.client.raw.http that return MapReduceResult
 MapReduceResult HTTPClientAdapter.mapReduce(MapReduceSpec spec)
           
 

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

Classes in com.basho.riak.client.raw.pbc that implement MapReduceResult
 class PBMapReduceResult
          Concrete implementation of MapReduceResult that handles PB response stream
 

Methods in com.basho.riak.client.raw.pbc that return MapReduceResult
 MapReduceResult PBClientAdapter.mapReduce(MapReduceSpec spec)
           
 



Copyright © 2012. All Rights Reserved.