Uses of Class
org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo

Packages that use HAServiceProtocol.StateChangeRequestInfo
org.apache.hadoop.ha   
 

Uses of HAServiceProtocol.StateChangeRequestInfo in org.apache.hadoop.ha
 

Methods in org.apache.hadoop.ha with parameters of type HAServiceProtocol.StateChangeRequestInfo
static void HAServiceProtocolHelper.monitorHealth(HAServiceProtocol svc, HAServiceProtocol.StateChangeRequestInfo reqInfo)
           
 void HAServiceProtocol.transitionToActive(HAServiceProtocol.StateChangeRequestInfo reqInfo)
          Request service to transition to active state.
static void HAServiceProtocolHelper.transitionToActive(HAServiceProtocol svc, HAServiceProtocol.StateChangeRequestInfo reqInfo)
           
 void HAServiceProtocol.transitionToStandby(HAServiceProtocol.StateChangeRequestInfo reqInfo)
          Request service to transition to standby state.
static void HAServiceProtocolHelper.transitionToStandby(HAServiceProtocol svc, HAServiceProtocol.StateChangeRequestInfo reqInfo)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.