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.
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • 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.