Class BaseScanTaskResponse
java.lang.Object
org.apache.iceberg.rest.responses.BaseScanTaskResponse
- All Implemented Interfaces:
RESTMessage,RESTResponse
- Direct Known Subclasses:
FetchPlanningResultResponse,FetchScanTasksResponse,PlanTableScanResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBaseScanTaskResponse.Builder<B extends BaseScanTaskResponse.Builder<B,R>, R extends BaseScanTaskResponse> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseScanTaskResponse(List<String> planTasks, List<FileScanTask> fileScanTasks, List<DeleteFile> deleteFiles, Map<Integer, PartitionSpec> specsById) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.since 1.11.0, visibility will be reduced in 1.12.0.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.rest.RESTMessage
validate
-
Constructor Details
-
BaseScanTaskResponse
protected BaseScanTaskResponse(List<String> planTasks, List<FileScanTask> fileScanTasks, List<DeleteFile> deleteFiles, Map<Integer, PartitionSpec> specsById)
-
-
Method Details
-
planTasks
-
fileScanTasks
-
deleteFiles
-
specsById
Deprecated.since 1.11.0, visibility will be reduced in 1.12.0.
-