Package com.linkedin.davinci.storage
Interface IngestionMetadataRetriever
- All Known Implementing Classes:
IngestionMetadataRetrieverDelegator
public interface IngestionMetadataRetriever
-
Method Summary
Modifier and TypeMethodDescriptiongetConsumptionSnapshots(String topicName, ComplementSet<Integer> partitions) getHeartbeatLag(String versionTopicName, int partitionFilter, boolean filterLagReplica) getStoreVersionCompressionDictionary(String topicName) getTopicPartitionIngestionContext(String versionTopic, String topicName, int partitionNum)
-
Method Details
-
getStoreVersionCompressionDictionary
-
getConsumptionSnapshots
-
getTopicPartitionIngestionContext
ReplicaIngestionResponse getTopicPartitionIngestionContext(String versionTopic, String topicName, int partitionNum) -
getHeartbeatLag
ReplicaIngestionResponse getHeartbeatLag(String versionTopicName, int partitionFilter, boolean filterLagReplica)
-