public class TierPartitionDeleteComplete extends AbstractTierMetadata
Constructor and Description |
---|
TierPartitionDeleteComplete(TopicIdPartition topicIdPartition,
PartitionDeleteComplete metadata) |
TierPartitionDeleteComplete(TopicIdPartition topicIdPartition,
java.util.UUID messageId) |
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
messageId()
Get a unique id for this message.
|
java.nio.ByteBuffer |
payloadBuffer() |
int |
tierEpoch()
tierEpoch for the tier metadata
|
TopicIdPartition |
topicIdPartition()
Topic-partition corresponding to this tier metadata.
|
java.lang.String |
toString() |
TierRecordType |
type() |
deserialize, deserialize, deserializeKey, deserializeKey, equals, getTypeId, hashCode, messageIdAsBase64, serializeKey, serializeValue
public TierPartitionDeleteComplete(TopicIdPartition topicIdPartition, java.util.UUID messageId)
public TierPartitionDeleteComplete(TopicIdPartition topicIdPartition, PartitionDeleteComplete metadata)
public TierRecordType type()
type
in class AbstractTierMetadata
public TopicIdPartition topicIdPartition()
AbstractTierMetadata
topicIdPartition
in class AbstractTierMetadata
public java.nio.ByteBuffer payloadBuffer()
payloadBuffer
in class AbstractTierMetadata
public int tierEpoch()
AbstractTierMetadata
tierEpoch
in class AbstractTierMetadata
public java.util.UUID messageId()
AbstractTierMetadata
messageId
in class AbstractTierMetadata
public java.lang.String toString()
toString
in class java.lang.Object