Class HelixReadWriteSchemaRepositoryAdapter

java.lang.Object
com.linkedin.venice.helix.HelixReadWriteSchemaRepositoryAdapter
All Implemented Interfaces:
ReadOnlySchemaRepository, ReadWriteSchemaRepository, VeniceResource

public class HelixReadWriteSchemaRepositoryAdapter extends Object implements ReadWriteSchemaRepository
This repository supports the following operations: 1. For the regular stores, read/write operations are supported as HelixReadWriteSchemaRepository. 2. For system stores, only read operations are supported via HelixReadOnlyZKSharedSchemaRepository, and if you want to update the schemas for system stores, you will need to update the corresponding zk shared store instead.