Class HelixReadOnlyZKSharedSystemStoreRepository

All Implemented Interfaces:
ReadOnlyStoreRepository, VeniceResource
Direct Known Subclasses:
SharedHelixReadOnlyZKSharedSystemStoreRepository

public class HelixReadOnlyZKSharedSystemStoreRepository extends HelixReadOnlyStoreRepository
This repository provides an interface to access zk shared system stores only. With this implementation, we will minimize the zwatches required to the system store cluster. But there is a shortcoming with current implementation, since all the system store related operations will be constrained by the healthiness of system store cluster.