Package com.linkedin.venice.blobtransfer
Interface BlobFinder
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
DaVinciBlobFinder
,ServerBlobFinder
public interface BlobFinder extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobPeersDiscoveryResponse
discoverBlobPeers(java.lang.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.
-
-
-
Method Detail
-
discoverBlobPeers
BlobPeersDiscoveryResponse discoverBlobPeers(java.lang.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.
-
-