Package com.linkedin.venice.blobtransfer
Interface BlobFinder
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DaVinciBlobFinder
,ServerBlobFinder
-
Method Summary
Modifier and TypeMethodDescriptiondiscoverBlobPeers
(String storeName, int version, int partitionId) This method will look through the partitions for the store and version provided until it finds the partition requested, it will then return the URL of the instances that are ready to serve in the partition.Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
discoverBlobPeers
This method will look through the partitions for the store and version provided until it finds the partition requested, it will then return the URL of the instances that are ready to serve in the partition.
-