Class ZkHelixAdminClient

java.lang.Object
com.linkedin.venice.controller.ZkHelixAdminClient
All Implemented Interfaces:
HelixAdminClient

public class ZkHelixAdminClient extends Object implements HelixAdminClient
The purpose of this class is to abstract Helix operations out of the VeniceHelixAdmin and eventually rename it to VeniceAdmin. This is one implementation of the HelixAdminClient interface which uses Zk based Helix API. In the future we might move to the Helix REST API.