Class ReadOnlyStore

java.lang.Object
com.linkedin.venice.meta.ReadOnlyStore
All Implemented Interfaces:
Store

public class ReadOnlyStore extends Object implements Store
A read-only wrapper of Store, and all the modification to delegated instance will throw UnsupportedOperationException.