Interface ReadOnlyStoreConfigRepository

  • All Known Implementing Classes:
    HelixReadOnlyStoreConfigRepository

    public interface ReadOnlyStoreConfigRepository
    Interface defined the way to retrieve the store config from a repository.
    • Method Detail

      • getStoreConfig

        java.util.Optional<StoreConfig> getStoreConfig​(java.lang.String storeName)
      • getStoreConfigOrThrow

        StoreConfig getStoreConfigOrThrow​(java.lang.String storeName)
      • getAllStoreConfigs

        java.util.List<StoreConfig> getAllStoreConfigs()