public final class ZkContext extends Context
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONNECTION_TIMEOUT_MS |
static java.lang.String |
IS_INITIALIZE_TREE |
static java.lang.String |
IS_TUNNEL_NEEDED |
static java.lang.String |
RETRY_COUNT |
static java.lang.String |
RETRY_INTERVAL_MS |
static java.lang.String |
SESSION_TIMEOUT_MS |
static java.lang.String |
TUNNEL_CONNECTION_RETRY_COUNT |
static java.lang.String |
TUNNEL_CONNECTION_TIMEOUT_MS |
static java.lang.String |
TUNNEL_HOST |
static java.lang.String |
TUNNEL_RETRY_INTERVAL_MS |
static java.lang.String |
TUNNEL_VERIFY_COUNT |
Modifier and Type | Method and Description |
---|---|
static int |
connectionTimeoutMs(Config config) |
static boolean |
isInitializeTree(Config config) |
static boolean |
isTunnelNeeded(Config config) |
static int |
retryCount(Config config) |
static int |
retryIntervalMs(Config config) |
static int |
sessionTimeoutMs(Config config) |
static int |
tunnelConnectionRetryCount(Config config) |
static int |
tunnelConnectionTimeoutMs(Config config) |
static java.lang.String |
tunnelHost(Config config) |
static int |
tunnelRetryIntervalMs(Config config) |
static int |
tunnelVerifyCount(Config config) |
buildHost, buildTime, buildTimeStamp, buildUser, buildVersion, clientFile, cluster, clusterFile, clusterSandboxFile, configPath, corePackageUri, defaultsFile, defaultsSandboxFile, environ, executorSandboxBinary, heronBin, heronConf, heronDist, heronEtc, heronHome, heronLib, heronSandboxBin, heronSandboxConf, heronSandboxHome, heronSandboxLib, instanceClassPath, instanceCpu, instanceDisk, instanceRam, instanceSandboxClassPath, javaHome, javaSandboxHome, launcherClass, metricsManagerClassPath, metricsManagerSandboxClassPath, metricsSinksFile, metricsSinksSandboxFile, packingClass, packingClassPath, packingFile, packingSandboxClassPath, packingSandboxFile, role, schedulerClass, schedulerClassPath, schedulerFile, schedulerJar, schedulerProxyConnectionString, schedulerProxyConnectionType, schedulerSandboxClassPath, schedulerSandboxFile, schedulerSandboxJar, schedulerService, shellSandboxBinary, stateManagerClass, stateManagerClassPath, stateManagerConnectionString, stateManagerFile, stateManagerRootPath, stateManagerSandboxClassPath, stateManagerSandboxFile, stmgrRam, stmgrSandboxBinary, systemConfigFile, systemConfigSandboxFile, systemFile, tmasterSandboxBinary, topologyContainerId, topologyDefinitionFile, topologyJarFile, topologyName, topologyPackageFile, topologyPackageType, uploaderClass, uploaderClassPath, uploaderFile, uploaderSandboxClassPath, uploaderSandboxFile, verbose
public static final java.lang.String IS_INITIALIZE_TREE
public static final java.lang.String SESSION_TIMEOUT_MS
public static final java.lang.String CONNECTION_TIMEOUT_MS
public static final java.lang.String RETRY_COUNT
public static final java.lang.String RETRY_INTERVAL_MS
public static final java.lang.String IS_TUNNEL_NEEDED
public static final java.lang.String TUNNEL_CONNECTION_TIMEOUT_MS
public static final java.lang.String TUNNEL_CONNECTION_RETRY_COUNT
public static final java.lang.String TUNNEL_VERIFY_COUNT
public static final java.lang.String TUNNEL_RETRY_INTERVAL_MS
public static final java.lang.String TUNNEL_HOST
public static boolean isInitializeTree(Config config)
public static int sessionTimeoutMs(Config config)
public static int connectionTimeoutMs(Config config)
public static int retryCount(Config config)
public static int retryIntervalMs(Config config)
public static boolean isTunnelNeeded(Config config)
public static int tunnelConnectionTimeoutMs(Config config)
public static int tunnelConnectionRetryCount(Config config)
public static int tunnelVerifyCount(Config config)
public static int tunnelRetryIntervalMs(Config config)
public static java.lang.String tunnelHost(Config config)