com.basho.riak.client.mapreduce
Interface MapReduceFunction

All Known Implementing Classes:
ErlangFunction, JavascriptFunction, 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.MapReduceFunction instead.

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

@Deprecated
public interface MapReduceFunction

Interface for describing functions used in map/reduce jobs

See Also:
MapReduceFunction

Nested Class Summary
static class MapReduceFunction.Types
          Deprecated.  
 
Method Summary
 JSONObject toJson()
          Deprecated.  
 

Method Detail

toJson

JSONObject toJson()
Deprecated. 


Copyright © 2012. All Rights Reserved.