Package com.linkedin.venice.client.store
Interface StoreMetadataFetcher
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
RouterBasedStoreMetadataFetcher
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 TypeMethodDescriptionReturns all store names available across all clusters.
-
Method Details
-
getAllStoreNames
Returns all store names available across all clusters.
-