org.apache.accumulo.examples.wikisearch.ingest
Class LRUOutputCombiner.Fold<Value>

java.lang.Object
  extended by org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner.Fold<Value>
Enclosing class:
LRUOutputCombiner<Key,Value>

public abstract static class LRUOutputCombiner.Fold<Value>
extends Object


Constructor Summary
LRUOutputCombiner.Fold()
           
 
Method Summary
abstract  Value fold(Value oldValue, Value newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUOutputCombiner.Fold

public LRUOutputCombiner.Fold()
Method Detail

fold

public abstract Value fold(Value oldValue,
                           Value newValue)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.