public static class AppendableFileTableReader.Statistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
suspendTime |
Constructor and Description |
---|
Statistics() |
Statistics(AppendableFileTableReader.Statistics statistics) |
Modifier and Type | Method and Description |
---|---|
long |
getCheckInterval() |
long |
getCurrentPosition() |
long |
getFileFoundSince() |
long |
getFileLength() |
long |
getFileNotFoundSince() |
long |
getFileTruncatedAt() |
long |
getLastContinuousBlockReadSince() |
java.lang.Exception |
getLastException() |
long |
getLastExceptionAt() |
java.lang.String |
getLastExceptionRowText() |
long |
getLastRowIndexedAt() |
long |
getLastRowReadAt() |
long |
getMalformedLinesCount() |
long |
getSkipSize() |
long |
getStartedAt() |
long |
getStoppedAt() |
long |
getSuspendTime() |
boolean |
isFileNotFound() |
boolean |
isSuspendOnFail() |
public Statistics()
public Statistics(AppendableFileTableReader.Statistics statistics)
public long getStartedAt()
public long getStoppedAt()
public java.lang.Exception getLastException()
public long getLastExceptionAt()
public java.lang.String getLastExceptionRowText()
public boolean isFileNotFound()
public long getFileNotFoundSince()
public long getFileFoundSince()
public long getFileTruncatedAt()
public long getLastRowReadAt()
public long getLastContinuousBlockReadSince()
public long getCheckInterval()
public long getCurrentPosition()
public long getFileLength()
public long getMalformedLinesCount()
public long getLastRowIndexedAt()
public long getSkipSize()
public boolean isSuspendOnFail()
public long getSuspendTime()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.