co.cask.tigon.conf
Class Constants

java.lang.Object
  extended by co.cask.tigon.conf.Constants

public final class Constants
extends Object

Constants used by different systems are all defined here.


Nested Class Summary
static class Constants.Container
          Container Configuration.
static class Constants.Dataset
          Datasets.
static class Constants.Location
          HDFS Namespaces used in Distributed Mode.
static class Constants.Service
          Global Service names.
static class Constants.Transaction
          Transaction Configration.
static class Constants.Zookeeper
          Zookeeper Configuration.
 
Field Summary
static String CFG_HDFS_LIB_DIR
           
static String CFG_HDFS_NAMESPACE
           
static String CFG_HDFS_USER
           
static String CFG_LOCAL_DATA_DIR
           
static String CFG_LOG_COLLECTION_PORT
           
static String CFG_LOG_COLLECTION_ROOT
          Config for Log Collection.
static String CFG_LOG_COLLECTION_SERVER_ADDRESS
           
static String CFG_LOG_COLLECTION_THREADS
           
static String CFG_TWILL_NO_CONTAINER_TIMEOUT
           
static String CFG_TWILL_RESERVED_MEMORY_MB
           
static String CFG_TWILL_ZK_NAMESPACE
           
static String CFG_YARN_USER
           
static int DEFAULT_LOG_COLLECTION_PORT
           
static String DEFAULT_LOG_COLLECTION_ROOT
           
static String DEFAULT_LOG_COLLECTION_SERVER_ADDRESS
           
static int DEFAULT_LOG_COLLECTION_THREADS
           
static String DELTA_WRITE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CFG_LOCAL_DATA_DIR

public static final String CFG_LOCAL_DATA_DIR
See Also:
Constant Field Values

CFG_YARN_USER

public static final String CFG_YARN_USER
See Also:
Constant Field Values

CFG_HDFS_USER

public static final String CFG_HDFS_USER
See Also:
Constant Field Values

CFG_HDFS_NAMESPACE

public static final String CFG_HDFS_NAMESPACE
See Also:
Constant Field Values

CFG_HDFS_LIB_DIR

public static final String CFG_HDFS_LIB_DIR
See Also:
Constant Field Values

CFG_TWILL_ZK_NAMESPACE

public static final String CFG_TWILL_ZK_NAMESPACE
See Also:
Constant Field Values

CFG_TWILL_RESERVED_MEMORY_MB

public static final String CFG_TWILL_RESERVED_MEMORY_MB
See Also:
Constant Field Values

CFG_TWILL_NO_CONTAINER_TIMEOUT

public static final String CFG_TWILL_NO_CONTAINER_TIMEOUT
See Also:
Constant Field Values

CFG_LOG_COLLECTION_ROOT

public static final String CFG_LOG_COLLECTION_ROOT
Config for Log Collection.

See Also:
Constant Field Values

DEFAULT_LOG_COLLECTION_ROOT

public static final String DEFAULT_LOG_COLLECTION_ROOT
See Also:
Constant Field Values

CFG_LOG_COLLECTION_PORT

public static final String CFG_LOG_COLLECTION_PORT
See Also:
Constant Field Values

DEFAULT_LOG_COLLECTION_PORT

public static final int DEFAULT_LOG_COLLECTION_PORT
See Also:
Constant Field Values

CFG_LOG_COLLECTION_THREADS

public static final String CFG_LOG_COLLECTION_THREADS
See Also:
Constant Field Values

DEFAULT_LOG_COLLECTION_THREADS

public static final int DEFAULT_LOG_COLLECTION_THREADS
See Also:
Constant Field Values

CFG_LOG_COLLECTION_SERVER_ADDRESS

public static final String CFG_LOG_COLLECTION_SERVER_ADDRESS
See Also:
Constant Field Values

DEFAULT_LOG_COLLECTION_SERVER_ADDRESS

public static final String DEFAULT_LOG_COLLECTION_SERVER_ADDRESS
See Also:
Constant Field Values

DELTA_WRITE

public static final String DELTA_WRITE
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.