Class ZkAllowlistAccessor

java.lang.Object
com.linkedin.venice.helix.ZkAllowlistAccessor
All Implemented Interfaces:
AllowlistAccessor, Closeable, AutoCloseable

public class ZkAllowlistAccessor extends Object implements AllowlistAccessor
Class used to access to the allowlist stored in ZK. As operating allowlist should happen very rarely, all of request will hit ZK directly without cache.