storm.trident.operation.impl
Class CaptureCollector

java.lang.Object
  extended by storm.trident.operation.impl.CaptureCollector
All Implemented Interfaces:
TridentCollector

public class CaptureCollector
extends java.lang.Object
implements TridentCollector


Field Summary
 java.util.List<java.util.List<java.lang.Object>> captured
           
 
Constructor Summary
CaptureCollector()
           
 
Method Summary
 void emit(java.util.List<java.lang.Object> values)
           
 void reportError(java.lang.Throwable t)
           
 void setCollector(TridentCollector coll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

captured

public java.util.List<java.util.List<java.lang.Object>> captured
Constructor Detail

CaptureCollector

public CaptureCollector()
Method Detail

setCollector

public void setCollector(TridentCollector coll)

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