org.apache.falcon.util
Class DeploymentUtil

java.lang.Object
  extended by org.apache.falcon.util.DeploymentUtil

public final class DeploymentUtil
extends Object

Helper methods to deployment properties.


Field Summary
protected static String CURRENT_COLO
           
protected static String DEFAULT_COLO
           
protected static String DEPLOY_MODE
           
protected static String EMBEDDED
           
protected static boolean EMBEDDED_MODE
           
 
Method Summary
static Set<String> getCurrentClusters()
           
static String getCurrentColo()
           
static String getDefaultColo()
           
static Set<String> getDefaultColos()
           
static boolean isEmbeddedMode()
           
static boolean isPrism()
           
static void setPrismMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COLO

protected static final String DEFAULT_COLO
See Also:
Constant Field Values

EMBEDDED

protected static final String EMBEDDED
See Also:
Constant Field Values

DEPLOY_MODE

protected static final String DEPLOY_MODE
See Also:
Constant Field Values

CURRENT_COLO

protected static final String CURRENT_COLO

EMBEDDED_MODE

protected static final boolean EMBEDDED_MODE
Method Detail

setPrismMode

public static void setPrismMode()

isPrism

public static boolean isPrism()

getCurrentColo

public static String getCurrentColo()

getCurrentClusters

public static Set<String> getCurrentClusters()

isEmbeddedMode

public static boolean isEmbeddedMode()

getDefaultColo

public static String getDefaultColo()

getDefaultColos

public static Set<String> getDefaultColos()


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.