Package org.apache.kafka.clients.admin
Class TruncateAndRestoreResult
java.lang.Object
org.apache.kafka.clients.admin.TruncateAndRestoreResult
Constructor Summary
ConstructorsConstructorDescriptionTruncateAndRestoreResult(long messagesTruncated, List<PartitionTruncationInformation> partitionLevelTruncationData) TruncateAndRestoreResult(org.apache.kafka.common.message.AlterMirrorsResponseData.AlterMirrorResult result) Method Summary
Modifier and TypeMethodDescriptionlong
Constructor Details
TruncateAndRestoreResult
public TruncateAndRestoreResult(org.apache.kafka.common.message.AlterMirrorsResponseData.AlterMirrorResult result) TruncateAndRestoreResult
public TruncateAndRestoreResult(long messagesTruncated, List<PartitionTruncationInformation> partitionLevelTruncationData)
Method Details
messagesTruncated
public long messagesTruncated()partitionLevelTruncationData