public class IcebergCompleteWork extends Object implements CompleteWork
logger
Constructor and Description |
---|
IcebergCompleteWork(EndpointByteMap byteMap,
org.apache.iceberg.CombinedScanTask scanTask) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CompleteWork o) |
EndpointByteMap |
getByteMap() |
org.apache.iceberg.CombinedScanTask |
getScanTask() |
long |
getTotalBytes() |
public IcebergCompleteWork(EndpointByteMap byteMap, org.apache.iceberg.CombinedScanTask scanTask)
public org.apache.iceberg.CombinedScanTask getScanTask()
public long getTotalBytes()
getTotalBytes
in interface CompleteWork
public EndpointByteMap getByteMap()
getByteMap
in interface CompleteWork
public int compareTo(CompleteWork o)
compareTo
in interface Comparable<CompleteWork>
Copyright © 1970 The Apache Software Foundation. All rights reserved.