Uses of Interface
org.apache.hadoop.ha.HAServiceProtocol
Packages that use HAServiceProtocol
-
Uses of HAServiceProtocol in org.apache.hadoop.ha
Methods in org.apache.hadoop.ha that return HAServiceProtocolModifier and TypeMethodDescriptionprotected HAServiceProtocolHealthMonitor.createProxy()Connect to the service to be monitored.HAServiceTarget.getHealthMonitorProxy(Configuration conf, int timeoutMs) Returns a proxy to connect to the target HA service for health monitoring.HAServiceTarget.getHealthMonitorProxy(Configuration conf, int timeoutMs, int retries) HAServiceTarget.getProxy(Configuration conf, int timeoutMs) HealthMonitor.getProxy()Methods in org.apache.hadoop.ha with parameters of type HAServiceProtocolModifier and TypeMethodDescriptionstatic voidHAServiceProtocolHelper.monitorHealth(HAServiceProtocol svc, HAServiceProtocol.StateChangeRequestInfo reqInfo) static voidHAServiceProtocolHelper.transitionToActive(HAServiceProtocol svc, HAServiceProtocol.StateChangeRequestInfo reqInfo) static voidHAServiceProtocolHelper.transitionToObserver(HAServiceProtocol svc, HAServiceProtocol.StateChangeRequestInfo reqInfo) static voidHAServiceProtocolHelper.transitionToStandby(HAServiceProtocol svc, HAServiceProtocol.StateChangeRequestInfo reqInfo) -
Uses of HAServiceProtocol in org.apache.hadoop.ha.protocolPB
Classes in org.apache.hadoop.ha.protocolPB that implement HAServiceProtocolModifier and TypeClassDescriptionclassThis class is the client side translator to translate the requests made onHAServiceProtocolinterfaces to the RPC server implementingHAServiceProtocolPB.Constructors in org.apache.hadoop.ha.protocolPB with parameters of type HAServiceProtocol