public class HudiPageSource extends Object implements ConnectorPageSource
NOT_BLOCKED| Constructor and Description |
|---|
HudiPageSource(List<HudiColumnHandle> columns,
Map<String,String> partitionKeys,
ConnectorPageSource delegate,
TimeZoneKey timeZoneKey,
TypeManager typeManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
closeWithSuppression(Throwable throwable) |
long |
getCompletedBytes() |
long |
getCompletedPositions() |
Page |
getNextPage() |
long |
getReadTimeNanos() |
long |
getSystemMemoryUsage() |
boolean |
isFinished() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRuntimeStats, isBlockedpublic HudiPageSource(List<HudiColumnHandle> columns, Map<String,String> partitionKeys, ConnectorPageSource delegate, TimeZoneKey timeZoneKey, TypeManager typeManager)
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 long getSystemMemoryUsage()
getSystemMemoryUsage in interface ConnectorPageSourceprotected void closeWithSuppression(Throwable throwable)
Copyright © 2012–2024. All rights reserved.