@Confluent @InterfaceStability.Evolving public class TruncateAndRestoreResult extends Object
Constructor and Description |
---|
TruncateAndRestoreResult(org.apache.kafka.common.message.AlterMirrorsResponseData.AlterMirrorResult result) |
TruncateAndRestoreResult(long messagesTruncated,
List<PartitionTruncationInformation> partitionLevelTruncationData) |
Modifier and Type | Method and Description |
---|---|
long |
messagesTruncated() |
List<PartitionTruncationInformation> |
partitionLevelTruncationData() |
public TruncateAndRestoreResult(org.apache.kafka.common.message.AlterMirrorsResponseData.AlterMirrorResult result)
public TruncateAndRestoreResult(long messagesTruncated, List<PartitionTruncationInformation> partitionLevelTruncationData)
public long messagesTruncated()
public List<PartitionTruncationInformation> partitionLevelTruncationData()