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
Average.Context(CoercibleType canonical)
           
 
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

public Average.Context(CoercibleType canonical)
Method Detail

reset

public Average.Context reset()

result

public Tuple result()


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