Class HelixAdminFactory


  • public class HelixAdminFactory
    extends java.lang.Object
    A factory class to construct and get a reference to a HelixAdmin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.helix.HelixAdmin getHelixAdmin​(java.lang.String zkAddr)
      Get a reference to a HelixAdmin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HelixAdminFactory

        public HelixAdminFactory()
    • Method Detail

      • getHelixAdmin

        public org.apache.helix.HelixAdmin getHelixAdmin​(java.lang.String zkAddr)
        Get a reference to a HelixAdmin
        Parameters:
        zkAddr - the address identifying the zk service to which this request is to be made.
        Returns:
        the reference to the HelixAdmin.