public class CoreConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BYTES_PER_INT |
static String |
CAUSED_BY |
static String |
CLF_DATE_PATTERN
Time format used in Common Log Format
|
static String |
CODES_URL |
static char |
COLON_CHAR |
static char |
COMMA_CHAR |
static String |
CONFIGURATION_WATCH_LIST |
static String |
CONFIGURATION_WATCH_LIST_RESET_X |
static String |
CONTEXT_NAME_KEY
The key under which the current context name is registered in the logger
context.
|
static String |
CONTEXT_SCOPE_VALUE |
static int |
CORE_POOL_SIZE
Number of idle threads to retain in a context's executor service.
|
static char |
CURLY_LEFT |
static char |
CURLY_RIGHT |
static String |
DAILY_DATE_PATTERN |
static char |
DASH_CHAR |
static String |
DEFAULT_CONTEXT_NAME
The default context name.
|
static String |
DEFAULT_VALUE_SEPARATOR |
static String |
DISABLE_SERVLET_CONTAINER_INITIALIZER_KEY |
static char |
DOLLAR |
static char |
DOT |
static char |
DOUBLE_QUOTE_CHAR |
static Class<?>[] |
EMPTY_CLASS_ARRAY
An empty Class array.
|
static String |
EMPTY_STRING
An empty string.
|
static String[] |
EMPTY_STRING_ARRAY
An empty string array.
|
static char |
ESCAPE_CHAR |
static String |
EVALUATOR_MAP
The key used in locating the evaluator map in context's object map.
|
static String |
FA_FILENAME_COLLISION_MAP
Key used to locate a collision map for FileAppender instances in context's object map.
|
static String |
HOSTNAME_KEY
The key under which the local host name is registered in the logger
context.
|
static String |
ISO8601_PATTERN |
static String |
ISO8601_STR |
static String |
JNDI_COMP_PREFIX |
static String |
LEFT_ACCOLADE |
static char |
LEFT_PARENTHESIS_CHAR |
static String |
LINE_SEPARATOR |
static int |
LINE_SEPARATOR_LEN |
static String |
MANUAL_URL_PREFIX |
static int |
MAX_ERROR_COUNT |
static int |
MAX_POOL_SIZE
Maximum number of threads to allow in a context's executor service.
|
static long |
MILLIS_IN_ONE_DAY |
static long |
MILLIS_IN_ONE_HOUR |
static long |
MILLIS_IN_ONE_MINUTE |
static long |
MILLIS_IN_ONE_SECOND |
static long |
MILLIS_IN_ONE_WEEK |
static String |
MORE_INFO_PREFIX |
static int |
OOS_RESET_FREQUENCY |
static String |
PATTERN_RULE_REGISTRY
Customized pattern conversion rules are stored under this key in the
Context object store. |
static char |
PERCENT_CHAR |
static String |
RECONFIGURE_ON_CHANGE_TASK |
static long |
REFERENCE_BIPS
The reference bogo instructions per second on
Ceki's machine (Orion)
|
static String |
RESET_MSG_PREFIX |
static String |
RFA_FILENAME_PATTERN_COLLISION_MAP
Key used to locate a collision map for RollingFileAppender instances in context's object map.
|
static String |
RIGHT_ACCOLADE |
static char |
RIGHT_PARENTHESIS_CHAR |
static String |
SAFE_JORAN_CONFIGURATION |
static int |
SCHEDULED_EXECUTOR_POOL_SIZE |
static int |
SECONDS_TO_WAIT_FOR_COMPRESSION_JOBS
The number of seconds to wait for compression jobs to finish.
|
static String |
SEE_FNP_NOT_SET |
static String |
SEE_MISSING_INTEGER_TOKEN |
static String |
SHUTDOWN_HOOK_THREAD |
static char |
SINGLE_QUOTE_CHAR |
static String |
SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED |
static String |
STATUS_LISTENER_CLASS_KEY |
static String |
SUPPRESSED |
static String |
SYSOUT |
static char |
TAB |
static int |
TABLE_ROW_LIMIT
Number of rows before in an HTML table before,
we close the table and create a new one
|
static int |
UNBOUND_HISTORY |
static long |
UNBOUNDED_TOTAL_SIZE_CAP |
static String |
UNDEFINED_PROPERTY_SUFFIX |
static String |
UNKNOWN_LOCALHOST |
static String |
VALUE_OF
By convention, we assume that the static method named "valueOf" taking
a string argument can restore a given object from its string
representation.
|
static String |
WRAPPED_BY |
static String |
XML_PARSING |
Constructor and Description |
---|
CoreConstants() |
public static final String DISABLE_SERVLET_CONTAINER_INITIALIZER_KEY
public static final String STATUS_LISTENER_CLASS_KEY
public static final String SYSOUT
public static final int CORE_POOL_SIZE
public static final int SCHEDULED_EXECUTOR_POOL_SIZE
public static final int MAX_POOL_SIZE
public static final String LINE_SEPARATOR
public static final int LINE_SEPARATOR_LEN
public static final String CODES_URL
public static final String MANUAL_URL_PREFIX
public static final String MORE_INFO_PREFIX
public static final String DEFAULT_CONTEXT_NAME
public static final String PATTERN_RULE_REGISTRY
Context
object store.public static final String ISO8601_STR
public static final String ISO8601_PATTERN
public static final String DAILY_DATE_PATTERN
public static final String CLF_DATE_PATTERN
public static final String EVALUATOR_MAP
public static final String FA_FILENAME_COLLISION_MAP
public static final String RFA_FILENAME_PATTERN_COLLISION_MAP
public static final String VALUE_OF
public static final String EMPTY_STRING
public static final String[] EMPTY_STRING_ARRAY
public static final Class<?>[] EMPTY_CLASS_ARRAY
public static final String CAUSED_BY
public static final String SUPPRESSED
public static final String WRAPPED_BY
public static final char PERCENT_CHAR
public static final char LEFT_PARENTHESIS_CHAR
public static final char RIGHT_PARENTHESIS_CHAR
public static final char ESCAPE_CHAR
public static final char CURLY_LEFT
public static final char CURLY_RIGHT
public static final char COMMA_CHAR
public static final char DOUBLE_QUOTE_CHAR
public static final char SINGLE_QUOTE_CHAR
public static final char COLON_CHAR
public static final char DASH_CHAR
public static final String DEFAULT_VALUE_SEPARATOR
public static final int TABLE_ROW_LIMIT
public static final int OOS_RESET_FREQUENCY
public static long REFERENCE_BIPS
public static final int MAX_ERROR_COUNT
public static final char DOT
public static final char TAB
public static final char DOLLAR
public static final String SEE_FNP_NOT_SET
public static final String SEE_MISSING_INTEGER_TOKEN
public static final String CONFIGURATION_WATCH_LIST
public static final String CONFIGURATION_WATCH_LIST_RESET_X
public static final String SAFE_JORAN_CONFIGURATION
public static final String XML_PARSING
public static final String SHUTDOWN_HOOK_THREAD
public static final String HOSTNAME_KEY
public static final String UNKNOWN_LOCALHOST
public static final String CONTEXT_NAME_KEY
public static final int BYTES_PER_INT
public static final long MILLIS_IN_ONE_SECOND
public static final long MILLIS_IN_ONE_MINUTE
public static final long MILLIS_IN_ONE_HOUR
public static final long MILLIS_IN_ONE_DAY
public static final long MILLIS_IN_ONE_WEEK
public static final int SECONDS_TO_WAIT_FOR_COMPRESSION_JOBS
public static final String CONTEXT_SCOPE_VALUE
public static final String RESET_MSG_PREFIX
public static final String JNDI_COMP_PREFIX
public static final String UNDEFINED_PROPERTY_SUFFIX
public static final String LEFT_ACCOLADE
public static final String RIGHT_ACCOLADE
public static final long UNBOUNDED_TOTAL_SIZE_CAP
public static final int UNBOUND_HISTORY
public static final String RECONFIGURE_ON_CHANGE_TASK
public static final String SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED
Copyright © 2005–2021 QOS.ch. All rights reserved.