storm.trident.planner.processor
Class FreshCollector

java.lang.Object
  extended by storm.trident.planner.processor.FreshCollector
All Implemented Interfaces:
TridentCollector

public class FreshCollector
extends java.lang.Object
implements TridentCollector


Constructor Summary
FreshCollector(TridentContext context)
           
 
Method Summary
 void emit(java.util.List<java.lang.Object> values)
           
 TridentTuple.Factory getOutputFactory()
           
 void reportError(java.lang.Throwable t)
           
 void setContext(ProcessorContext pc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreshCollector

public FreshCollector(TridentContext context)
Method Detail

setContext

public void setContext(ProcessorContext pc)

emit

public void emit(java.util.List<java.lang.Object> values)
Specified by:
emit in interface TridentCollector

reportError

public void reportError(java.lang.Throwable t)
Specified by:
reportError in interface TridentCollector

getOutputFactory

public TridentTuple.Factory getOutputFactory()