@InterfaceStability.Evolving public abstract class RemoteLogMetadata extends Object
RemoteLogSegmentMetadata
, RemoteLogSegmentMetadataUpdate
,
and RemotePartitionDeleteMetadata
.Modifier | Constructor and Description |
---|---|
protected |
RemoteLogMetadata(int brokerId,
long eventTimestampMs) |
Modifier and Type | Method and Description |
---|---|
int |
brokerId() |
long |
eventTimestampMs() |
abstract TopicIdPartition |
topicIdPartition() |
protected RemoteLogMetadata(int brokerId, long eventTimestampMs)
public long eventTimestampMs()
public int brokerId()
public abstract TopicIdPartition topicIdPartition()