Uses of Interface
org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
Packages that use ActiveStandbyElector.ActiveStandbyElectorCallback
-
Uses of ActiveStandbyElector.ActiveStandbyElectorCallback in org.apache.hadoop.ha
Constructors in org.apache.hadoop.ha with parameters of type ActiveStandbyElector.ActiveStandbyElectorCallbackModifierConstructorDescriptionActiveStandbyElector(String zookeeperHostPorts, int zookeeperSessionTimeout, String parentZnodeName, List<org.apache.zookeeper.data.ACL> acl, List<ZKUtil.ZKAuthInfo> authInfo, ActiveStandbyElector.ActiveStandbyElectorCallback app, int maxRetryNum, boolean failFast, SecurityUtil.TruststoreKeystore truststoreKeystore) Create a new ActiveStandbyElector object
The elector is created by providing to it the Zookeeper configuration, the parent znode under which to create the znode and a reference to the callback interface.ActiveStandbyElector(String zookeeperHostPorts, int zookeeperSessionTimeout, String parentZnodeName, List<org.apache.zookeeper.data.ACL> acl, List<ZKUtil.ZKAuthInfo> authInfo, ActiveStandbyElector.ActiveStandbyElectorCallback app, int maxRetryNum, SecurityUtil.TruststoreKeystore truststoreKeystore) Create a new ActiveStandbyElector object
The elector is created by providing to it the Zookeeper configuration, the parent znode under which to create the znode and a reference to the callback interface.