Interface StoreMetadataFetcher

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
RouterBasedStoreMetadataFetcher

public interface StoreMetadataFetcher extends Closeable
Public interface for fetching Venice store metadata that is not tied to a specific store or cluster. It is intended to provide metadata operations that span across all stores and clusters, as opposed to StoreSchemaFetcher which is scoped to a single store.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all store names available across all clusters.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • getAllStoreNames

      Set<String> getAllStoreNames()
      Returns all store names available across all clusters.