public class OrcDeleteDeltaPageSource extends Object implements ConnectorPageSource
NOT_BLOCKED| Constructor and Description |
|---|
OrcDeleteDeltaPageSource(org.apache.hadoop.fs.Path path,
long fileSize,
OrcReaderOptions options,
String sessionUser,
org.apache.hadoop.conf.Configuration configuration,
HdfsEnvironment hdfsEnvironment,
FileFormatDataSourceStats stats) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getCompletedBytes() |
Page |
getNextPage() |
long |
getReadTimeNanos() |
long |
getSystemMemoryUsage() |
boolean |
isFinished() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisBlockedpublic OrcDeleteDeltaPageSource(org.apache.hadoop.fs.Path path,
long fileSize,
OrcReaderOptions options,
String sessionUser,
org.apache.hadoop.conf.Configuration configuration,
HdfsEnvironment hdfsEnvironment,
FileFormatDataSourceStats stats)
public long getCompletedBytes()
getCompletedBytes in interface ConnectorPageSourcepublic long getReadTimeNanos()
getReadTimeNanos in interface ConnectorPageSourcepublic boolean isFinished()
isFinished in interface ConnectorPageSourcepublic Page getNextPage()
getNextPage in interface ConnectorPageSourcepublic void close()
close in interface ConnectorPageSourceclose in interface Closeableclose in interface AutoCloseablepublic long getSystemMemoryUsage()
getSystemMemoryUsage in interface ConnectorPageSourceCopyright © 2012–2020. All rights reserved.