org.apache.whirr.service.voldemort
Class VoldemortConstants

java.lang.Object
  extended by org.apache.whirr.service.voldemort.VoldemortConstants

public final class VoldemortConstants
extends Object


Field Summary
static int ADMIN_PORT
           
static int CLIENT_PORT
           
static String FUNCTION_CONFIGURE
           
static String FUNCTION_INSTALL
           
static int HTTP_PORT
           
static String KEY_CONF_URL
           
static String KEY_PARTITIONS_PER_NODE
           
static String KEY_TARBALL_URL
           
static String PARAM_CLUSTER_NAME
           
static String PARAM_CONF_URL
           
static String PARAM_PARTITIONS_PER_NODE
           
static String PARAM_PROVIDER
           
static String PARAM_TARBALL_URL
           
static String ROLE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_TARBALL_URL

public static final String KEY_TARBALL_URL
See Also:
Constant Field Values

KEY_CONF_URL

public static final String KEY_CONF_URL
See Also:
Constant Field Values

KEY_PARTITIONS_PER_NODE

public static final String KEY_PARTITIONS_PER_NODE
See Also:
Constant Field Values

FUNCTION_INSTALL

public static final String FUNCTION_INSTALL
See Also:
Constant Field Values

FUNCTION_CONFIGURE

public static final String FUNCTION_CONFIGURE
See Also:
Constant Field Values

PARAM_PROVIDER

public static final String PARAM_PROVIDER
See Also:
Constant Field Values

PARAM_TARBALL_URL

public static final String PARAM_TARBALL_URL
See Also:
Constant Field Values

PARAM_CONF_URL

public static final String PARAM_CONF_URL
See Also:
Constant Field Values

PARAM_PARTITIONS_PER_NODE

public static final String PARAM_PARTITIONS_PER_NODE
See Also:
Constant Field Values

PARAM_CLUSTER_NAME

public static final String PARAM_CLUSTER_NAME
See Also:
Constant Field Values

ROLE

public static final String ROLE
See Also:
Constant Field Values

CLIENT_PORT

public static final int CLIENT_PORT
See Also:
Constant Field Values

ADMIN_PORT

public static final int ADMIN_PORT
See Also:
Constant Field Values

HTTP_PORT

public static final int HTTP_PORT
See Also:
Constant Field Values


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