Interface BlobFinder

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DaVinciBlobFinder, ServerBlobFinder

public interface BlobFinder extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    discoverBlobPeers(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

      BlobPeersDiscoveryResponse discoverBlobPeers(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.