com.basho.riak.client.query.functions
Class ReducePhaseOnlyOne

java.lang.Object
  extended by com.basho.riak.client.query.functions.ReducePhaseOnlyOne

public class ReducePhaseOnlyOne
extends Object

An M/R function arg that mandates that Riak only run the reduce phase once, when all maps are finished.

Author:
russell

Constructor Summary
ReducePhaseOnlyOne(boolean reducePhaseOnlyOne)
           
 
Method Summary
 boolean isReducePhaseOnlyOne()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReducePhaseOnlyOne

public ReducePhaseOnlyOne(boolean reducePhaseOnlyOne)
Parameters:
reducePhaseOnlyOne -
Method Detail

isReducePhaseOnlyOne

public boolean isReducePhaseOnlyOne()
Returns:
the reducePhaseOnlyOne


Copyright © 2012. All Rights Reserved.