Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All Rights Reserved.