Package io.confluent.rest
Class TierRecoveryDataUploadResult
java.lang.Object
io.confluent.rest.TierRecoveryDataUploadResult
Stores the result of a completed tier recovery data upload job. Includes job identifier,
the partitions for which we could not upload FTPS and the respective exception which caused
the failure, and whether the tier.offsets and upload metadata were successfully updated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionTierRecoveryDataUploadResult(String identifier, TierRecoveryDataUploadResult.TierRecoveryDataUploadJobStatus status, Map<org.apache.kafka.common.TopicIdPartition, String> failedPartitions, boolean metadataUploadCompleted, String metadataUploadFailedExceptionMessage, boolean tierOffsetsUploadCompleted, String tierOffsetsUploadFailedExceptionMessage) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()printReport(UUID jobId, int brokerId) status()toString()
-
Constructor Details
-
TierRecoveryDataUploadResult
public TierRecoveryDataUploadResult(String identifier, TierRecoveryDataUploadResult.TierRecoveryDataUploadJobStatus status, Map<org.apache.kafka.common.TopicIdPartition, String> failedPartitions, boolean metadataUploadCompleted, String metadataUploadFailedExceptionMessage, boolean tierOffsetsUploadCompleted, String tierOffsetsUploadFailedExceptionMessage)
-
-
Method Details