Class AlterMirrors
java.lang.Object
io.confluent.kafkarest.entities.AlterMirrors
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlterMirrorscreate(String mirrorTopicName, Integer errorCode, String errorMessage, List<TopicPartitionLag> partitionLagList) static AlterMirrorscreate(String mirrorTopicName, Integer errorCode, String errorMessage, List<TopicPartitionLag> partitionLagList, Long messagesTruncated, List<PartitionTruncationInfo> partitionLevelTruncationData) abstract Integerabstract Stringabstract Longabstract Stringabstract List<TopicPartitionLag> abstract List<PartitionTruncationInfo>
-
Method Details
-
getMirrorTopicName
-
getErrorCode
-
getErrorMessage
-
getPartitionLagList
-
getMessagesTruncated
-
getPartitionLevelTruncationData
-
create
public static AlterMirrors create(String mirrorTopicName, Integer errorCode, String errorMessage, List<TopicPartitionLag> partitionLagList, Long messagesTruncated, List<PartitionTruncationInfo> partitionLevelTruncationData) -
create
public static AlterMirrors create(String mirrorTopicName, Integer errorCode, String errorMessage, List<TopicPartitionLag> partitionLagList)
-