ReadListener@Deprecated public abstract class AbstractIgnoreExceptionReadListener<T> extends Object implements ReadListener<T>
| Constructor and Description |
|---|
AbstractIgnoreExceptionReadListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extra(CellExtra extra,
AnalysisContext context)
Deprecated.
The current method is called when extra information is returned
|
boolean |
hasNext(AnalysisContext context)
Deprecated.
Verify that there is another piece of data.You can stop the read by returning false
|
void |
onException(Exception exception,
AnalysisContext context)
Deprecated.
All listeners receive this method when any one Listener does an error report.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoAfterAllAnalysed, invoke, invokeHeadpublic AbstractIgnoreExceptionReadListener()
public void onException(Exception exception, AnalysisContext context)
onException in interface ReadListener<T>exception - context - public void extra(CellExtra extra, AnalysisContext context)
extra in interface ReadListener<T>extra - extra informationcontext - analysis contextpublic boolean hasNext(AnalysisContext context)
ReadListenerhasNext in interface ReadListener<T>Copyright © 2018–2022 Alibaba Group. All rights reserved.