Class PartitionTruncationData
java.lang.Object
io.confluent.kafkarest.entities.v3.PartitionTruncationData
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()fromPartitionInfo(Integer partitionId, Long offsetTruncatedTo, Long messagesTruncated) static com.google.common.collect.ImmutableList<PartitionTruncationData> fromPartitionTruncationInfo(List<PartitionTruncationInfo> partitionTruncationInfoList) abstract Longabstract Longabstract Integer
-
Method Details
-
getPartitionId
-
getOffsetTruncatedTo
-
getMessagesTruncated
-
builder
-
fromPartitionTruncationInfo
public static com.google.common.collect.ImmutableList<PartitionTruncationData> fromPartitionTruncationInfo(List<PartitionTruncationInfo> partitionTruncationInfoList) -
fromPartitionInfo
public static PartitionTruncationData.Builder fromPartitionInfo(Integer partitionId, Long offsetTruncatedTo, Long messagesTruncated)
-