public class HivePageSource extends Object implements ConnectorPageSource
NOT_BLOCKED| Constructor and Description |
|---|
HivePageSource(List<HivePageSourceProvider.ColumnMapping> columnMappings,
Optional<BucketAdaptation> bucketAdaptation,
org.joda.time.DateTimeZone hiveStorageTimeZone,
TypeManager typeManager,
ConnectorPageSource delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getCompletedBytes() |
long |
getCompletedPositions() |
Page |
getNextPage() |
long |
getReadTimeNanos() |
RuntimeStats |
getRuntimeStats() |
long |
getSystemMemoryUsage() |
boolean |
isFinished() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisBlockedpublic HivePageSource(List<HivePageSourceProvider.ColumnMapping> columnMappings, Optional<BucketAdaptation> bucketAdaptation, org.joda.time.DateTimeZone hiveStorageTimeZone, TypeManager typeManager, ConnectorPageSource delegate)
public long getCompletedBytes()
getCompletedBytes in interface ConnectorPageSourcepublic long getCompletedPositions()
getCompletedPositions 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 RuntimeStats getRuntimeStats()
getRuntimeStats in interface ConnectorPageSourcepublic long getSystemMemoryUsage()
getSystemMemoryUsage in interface ConnectorPageSourceCopyright © 2012–2023. All rights reserved.