public interface ErrorHandler
StoreFuncInterface.putNext(Tuple)
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.String uniqueSignature,
java.lang.Exception e,
Tuple inputTuple)
Method invoked when an error occurs processing of tuple
|
void |
onSuccess(java.lang.String uniqueSignature)
Method invoked on success processing of tuple
|
void onSuccess(java.lang.String uniqueSignature)
uniqueSignature
- a unique signature to identify the operatorvoid onError(java.lang.String uniqueSignature, java.lang.Exception e, Tuple inputTuple)
uniqueSignature
- a unique signature to identify the operatore
- Exception encountered while processing inputinputTuple
- the tuple to store.Copyright © 2007-2017 The Apache Software Foundation