Uses of Class
org.apache.hadoop.ha.BadFencingConfigurationException

Packages that use BadFencingConfigurationException
org.apache.hadoop.ha   
 

Uses of BadFencingConfigurationException in org.apache.hadoop.ha
 

Methods in org.apache.hadoop.ha that throw BadFencingConfigurationException
 void FenceMethod.checkArgs(String args)
          Verify that the given fencing method's arguments are valid.
 void SshFenceByTcpPort.checkArgs(String argStr)
          Verify that the argument, if given, in the conf is parseable.
 void ShellCommandFencer.checkArgs(String args)
           
abstract  void HAServiceTarget.checkFencingConfigured()
           
 boolean FenceMethod.tryFence(HAServiceTarget target, String args)
          Attempt to fence the target node.
 boolean SshFenceByTcpPort.tryFence(HAServiceTarget target, String argsStr)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.