storm.trident.planner.processor
Class FreshCollector
java.lang.Object
storm.trident.planner.processor.FreshCollector
- All Implemented Interfaces:
- TridentCollector
public class FreshCollector
- extends Object
- implements TridentCollector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreshCollector
public FreshCollector(TridentContext context)
setContext
public void setContext(ProcessorContext pc)
emit
public void emit(List<Object> values)
- Specified by:
emit in interface TridentCollector
reportError
public void reportError(Throwable t)
- Specified by:
reportError in interface TridentCollector
getOutputFactory
public TridentTuple.Factory getOutputFactory()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.