cascading.operation.aggregator
Class Average.Context

java.lang.Object
  extended by cascading.operation.aggregator.Average.Context
Enclosing class:
Average

protected static class Average.Context
extends Object

Class Context is used to hold intermediate values.


Constructor Summary
protected Average.Context()
           
 
Method Summary
 Average.Context reset()
           
 Tuple result()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Average.Context

protected Average.Context()
Method Detail

reset

public Average.Context reset()

result

public Tuple result()


Copyright © 2007-2012 Concurrent, Inc. All Rights Reserved.