org.apache.whirr.service.hbase
Class HBaseClusterActionHandler
java.lang.Object
org.apache.whirr.service.ClusterActionHandler
org.apache.whirr.service.ClusterActionHandlerSupport
org.apache.whirr.service.hbase.HBaseClusterActionHandler
- Direct Known Subclasses:
- BasicServerClusterActionHandler, HBaseMasterClusterActionHandler, HBaseRegionServerClusterActionHandler
public abstract class HBaseClusterActionHandler
- extends ClusterActionHandlerSupport
Base class for HBase service handlers.
Method Summary |
protected org.apache.commons.configuration.Configuration |
getConfiguration(ClusterSpec clusterSpec)
Returns a composite configuration that is made up from the global
configuration coming from the Whirr core with a hbase defaults
properties. |
Methods inherited from class org.apache.whirr.service.ClusterActionHandlerSupport |
addRunUrl, addStatement, afterAction, afterBootstrap, afterConfigure, afterDestroy, afterOtherAction, beforeAction, beforeBootstrap, beforeConfigure, beforeDestroy, beforeOtherAction, getConfiguration, getConfiguration, prepareRemoteFileUrl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HBaseClusterActionHandler
public HBaseClusterActionHandler()
getConfiguration
protected org.apache.commons.configuration.Configuration getConfiguration(ClusterSpec clusterSpec)
throws IOException
- Returns a composite configuration that is made up from the global
configuration coming from the Whirr core with a hbase defaults
properties.
- Throws:
IOException
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.