org.apache.whirr.service.hbase
Class HBaseConstants

java.lang.Object
  extended by org.apache.whirr.service.hbase.HBaseConstants

public final class HBaseConstants
extends Object


Field Summary
static String FILE_HBASE_SITE_XML
           
static String KEY_CONFIGURE_RUNURL
           
static String KEY_INSTALL_RUNURL
           
static String KEY_VERSION
           
static String PARAM_MASTER
           
static String PARAM_PORT
           
static String PARAM_PROVIDER
           
static String PARAM_QUORUM
           
static String PARAM_VERSION
           
static String PROP_HBASE_ZOOKEEPER_QUORUM
           
static String SCRIPT_INSTALL
           
static String SCRIPT_POST_CONFIGURE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_INSTALL_RUNURL

public static final String KEY_INSTALL_RUNURL
See Also:
Constant Field Values

KEY_CONFIGURE_RUNURL

public static final String KEY_CONFIGURE_RUNURL
See Also:
Constant Field Values

KEY_VERSION

public static final String KEY_VERSION
See Also:
Constant Field Values

SCRIPT_INSTALL

public static final String SCRIPT_INSTALL
See Also:
Constant Field Values

SCRIPT_POST_CONFIGURE

public static final String SCRIPT_POST_CONFIGURE
See Also:
Constant Field Values

PARAM_PROVIDER

public static final String PARAM_PROVIDER
See Also:
Constant Field Values

PARAM_MASTER

public static final String PARAM_MASTER
See Also:
Constant Field Values

PARAM_QUORUM

public static final String PARAM_QUORUM
See Also:
Constant Field Values

PARAM_PORT

public static final String PARAM_PORT
See Also:
Constant Field Values

PARAM_VERSION

public static final String PARAM_VERSION
See Also:
Constant Field Values

PROP_HBASE_ZOOKEEPER_QUORUM

public static final String PROP_HBASE_ZOOKEEPER_QUORUM
See Also:
Constant Field Values

FILE_HBASE_SITE_XML

public static final String FILE_HBASE_SITE_XML
See Also:
Constant Field Values


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.