Class StoreStateReader

java.lang.Object
com.linkedin.venice.store.StoreStateReader
All Implemented Interfaces:
Closeable, AutoCloseable

public class StoreStateReader extends Object implements Closeable
This class retrieves the corresponding Store object from a router endpoint which contains the latest store state. E.g. store level configs and versions. This class doesn't maintain any local cache of the retrieved store state.