Uses of Interface
com.basho.riak.client.mapreduce.MapReduceFunction

Packages that use MapReduceFunction
com.basho.riak.client.mapreduce Deprecated please see com.basho.riak.http.client.mapreduce 
com.basho.riak.client.request Deprecated please see com.basho.riak.http.client.request 
 

Uses of MapReduceFunction in com.basho.riak.client.mapreduce
 

Classes in com.basho.riak.client.mapreduce that implement MapReduceFunction
 class ErlangFunction
          Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.ErlangFunction instead.

WARNING: This class will be REMOVED in the next version.

 class JavascriptFunction
          Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.JavascriptFunction instead.

WARNING: This class will be REMOVED in the next version.

 class LinkFunction
          Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.LinkFunction instead.

WARNING: This class will be REMOVED in the next version.

 

Uses of MapReduceFunction in com.basho.riak.client.request
 

Methods in com.basho.riak.client.request with parameters of type MapReduceFunction
 MapReduceBuilder MapReduceBuilder.map(MapReduceFunction function, boolean keep)
          Deprecated. Adds a map phase to the job
 MapReduceBuilder MapReduceBuilder.map(MapReduceFunction function, Object arg, boolean keep)
          Deprecated. Adds a map phase to the job
 MapReduceBuilder MapReduceBuilder.reduce(MapReduceFunction function, boolean keep)
          Deprecated. Adds a reduce phase to the job
 MapReduceBuilder MapReduceBuilder.reduce(MapReduceFunction function, Object arg, boolean keep)
          Deprecated. Adds a reduce phase to the job
 



Copyright © 2012. All Rights Reserved.