storm.trident.operation.impl
Class CaptureCollector

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

public class CaptureCollector
extends Object
implements TridentCollector


Field Summary
 List<List<Object>> captured
           
 
Constructor Summary
CaptureCollector()
           
 
Method Summary
 void emit(List<Object> values)
           
 void reportError(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 List<List<Object>> captured
Constructor Detail

CaptureCollector

public CaptureCollector()
Method Detail

setCollector

public void setCollector(TridentCollector coll)

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


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