Package kafka.server.share
Class PendingRemoteFetches
java.lang.Object
kafka.server.share.PendingRemoteFetches
This class is used to store the remote storage fetch information for topic partitions in a share fetch request.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionLinkedHashMap<org.apache.kafka.common.TopicIdPartition, org.apache.kafka.storage.internals.log.LogOffsetMetadata> voidinvokeCallbackOnCompletion(BiConsumer<Void, Throwable> callback) booleanisDone()toString()
-
Method Details
-
isDone
public boolean isDone() -
invokeCallbackOnCompletion
-
remoteFetches
-
fetchOffsetMetadataMap
public LinkedHashMap<org.apache.kafka.common.TopicIdPartition,org.apache.kafka.storage.internals.log.LogOffsetMetadata> fetchOffsetMetadataMap() -
toString
-