storm.trident.operation
Interface TridentCollector

All Known Implementing Classes:
AppendCollector, CaptureCollector, FreshCollector, GroupCollector

public interface TridentCollector


Method Summary
 void emit(List<Object> values)
           
 void reportError(Throwable t)
           
 

Method Detail

emit

void emit(List<Object> values)

reportError

void reportError(Throwable t)


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