public class IcebergWork extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IcebergWork.IcebergWorkDeserializer
Special deserializer for
IcebergWork class that deserializes
scanTask field from byte array string created using Serializable . |
static class |
IcebergWork.IcebergWorkSerializer
Special serializer for
IcebergWork class that serializes
scanTask field to byte array string created using Serializable
since CombinedScanTask doesn't use any Jackson annotations. |
Constructor and Description |
---|
IcebergWork(org.apache.iceberg.CombinedScanTask scanTask) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.apache.iceberg.CombinedScanTask |
getScanTask() |
int |
hashCode() |
String |
toString() |
Copyright © 1970 The Apache Software Foundation. All rights reserved.