public static class ObjectStoreUtils.DeletionRecord extends Object
Constructor and Description |
---|
DeletionRecord(UUID objectId,
TopicIdPartition tp,
Long creationTime) |
Modifier and Type | Method and Description |
---|---|
Long |
getCreationTime() |
UUID |
getObjectId() |
TopicIdPartition |
getTopicIdPartition() |
String |
getTopicName() |
public DeletionRecord(UUID objectId, TopicIdPartition tp, Long creationTime)
public String getTopicName()
public Long getCreationTime()
public TopicIdPartition getTopicIdPartition()
public UUID getObjectId()