com.basho.riak.client.mapreduce
Class LinkFunction

java.lang.Object
  extended by com.basho.riak.client.mapreduce.LinkFunction
All Implemented Interfaces:
MapReduceFunction

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.

@Deprecated
public class LinkFunction
extends Object
implements MapReduceFunction

See Also:
LinkFunction

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.basho.riak.client.mapreduce.MapReduceFunction
MapReduceFunction.Types
 
Constructor Summary
LinkFunction(String bucket)
          Deprecated.  
LinkFunction(String bucket, String tag)
          Deprecated.  
 
Method Summary
 JSONObject toJson()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkFunction

public LinkFunction(String bucket)
Deprecated. 

LinkFunction

public LinkFunction(String bucket,
                    String tag)
Deprecated. 
Method Detail

toJson

public JSONObject toJson()
Deprecated. 
Specified by:
toJson in interface MapReduceFunction


Copyright © 2012. All Rights Reserved.