public interface ISystemProperties
Modifier and Type | Field and Description |
---|---|
static String |
DIRECT_ALLOCATED_BUFFER_CHUNK |
static String |
DIRECT_ALLOCATED_BUFFER_CHUNK_DEFAULT |
static String |
EVERY
Used to log perdioically statistics.
|
static String |
EVERY_DEFAULT
Default is 10 minutes.
|
static String |
EXIT_SLEEP_DELAY
the time to wait after notofying the platform we want to be stopped
|
static String |
EXIT_SLEEP_DELAY_DEFAULT |
static String |
MAX_CONFIGURATION_FILE_SIZE
the maximum file you can store in the configuration directory
|
static String |
MAX_CONFIGURATION_FILE_SIZE_DEFAULT |
static String |
MAX_STDOUT_LINE_LENGTH
The maximum log length Shiva accept to deal with coming from child stdout
applications.
|
static String |
MAX_STDOUT_LINE_LENGTH_DEFAULT
default maximum child stdout log line accepted by shiva.
|
static String |
OOM_EXIT_TRESHOLD
The memory treshold to be used to force an exit before suffering from out of memory errors.
|
static String |
OOM_EXIT_TRESHOLD_DEFAULT |
static String |
THRESHOLD_AVERAGE_EXECUTION_DURATION_SEC |
static String |
THRESHOLD_MAX_NUM_SUSPECT_EXECUTION |
Modifier and Type | Method and Description |
---|---|
static int |
getDirectAllocatedBufferChunkSize() |
static int |
getExitSleepDelay() |
static int |
getMaxConfigurationFileSize() |
static final String EVERY
static final String EVERY_DEFAULT
static final String MAX_STDOUT_LINE_LENGTH
static final String MAX_STDOUT_LINE_LENGTH_DEFAULT
static final String EXIT_SLEEP_DELAY
static final String EXIT_SLEEP_DELAY_DEFAULT
static final String MAX_CONFIGURATION_FILE_SIZE
static final String MAX_CONFIGURATION_FILE_SIZE_DEFAULT
static final String OOM_EXIT_TRESHOLD
static final String OOM_EXIT_TRESHOLD_DEFAULT
static final String THRESHOLD_MAX_NUM_SUSPECT_EXECUTION
static final String THRESHOLD_AVERAGE_EXECUTION_DURATION_SEC
static final String DIRECT_ALLOCATED_BUFFER_CHUNK
static final String DIRECT_ALLOCATED_BUFFER_CHUNK_DEFAULT
static int getExitSleepDelay()
static int getMaxConfigurationFileSize()
static int getDirectAllocatedBufferChunkSize()
Copyright © 2014–2023. All rights reserved.