public class LoadFuncDecorator
extends java.lang.Object
LoadFunc#getNext(Tuple). It
handles errors by calling
OutputErrorHandler#handle(String, long, Throwable) if the
LoadFunc implements ErrorHandling| Constructor and Description |
|---|
LoadFuncDecorator(LoadFunc loader,
java.lang.String udfSignature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getErrorHandling() |
LoadFunc |
getLoader() |
Tuple |
getNext()
Call
LoadFunc#getNext(Tuple) and handle errors |
public LoadFuncDecorator(LoadFunc loader, java.lang.String udfSignature)
Copyright © 2007-2016 The Apache Software Foundation