public class TCPContext extends Context
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MAX_CONN_EST_TIME |
static long |
MAX_CONN_EST_TIME_DEFAULT |
static java.lang.String |
NETWORK_HOSTNAME |
static java.lang.String |
NETWORK_PORT |
static java.lang.String |
TWISTER2_MAX_PACKET_SIZE |
static java.lang.String |
TWISTER2_READ_SIZE |
static java.lang.String |
TWISTER2_READ_TIME |
static java.lang.String |
TWISTER2_RECV_BUFF_SIZE |
static java.lang.String |
TWISTER2_SEND_BUFF_SIZE |
static java.lang.String |
TWISTER2_WRITE_SIZE |
static java.lang.String |
TWISTER2_WRITE_TIME |
AURORA_SCRIPT, CHECKPOINT_YAML, CLUSTER, CLUSTER_CONF, CLUSTER_HOME, CORE_YAML, DATA_YAML, defaults, GRAPH_TYPE, HOME, JAVA_HOME, JOB, JOB_ARCHIVE_DIRECTORY, JOB_ID, JOB_NAME, JOB_OBJECT, NETWORK_YAML, OPERATION_NAME, OVERRIDE_YAML, RESOURCE_SCHEDULER_YAML, STREAMING, substitutions, TASK_YAML, TWISTER2_BANDWIDTH, TWISTER2_BIN, TWISTER2_CLUSTER_TYPE, TWISTER2_COMMON_CONF_DIR, TWISTER2_CONF, TWISTER2_CONTAINER_ID, TWISTER2_DIRECT_EDGE, TWISTER2_DIST, TWISTER2_GRAPH_JOB, TWISTER2_HOME, TWISTER2_LATENCY, TWISTER2_LIB, TWISTER2_MAX_TASK_INSTANCES_PER_WORKER, TWISTER2_TASK_INSTANCE_ODD_PARALLELISM, TWISTER2_TSET_JOB, TWISTER2_WORKER_INSTANCES, TWISTER2_WORKER_INSTANCES_DEFAULT, USER_NAME, VERBOSE
Constructor and Description |
---|
TCPContext() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getHostName(NetworkInfo networkInfo) |
static int |
getMaximumPacketSize(Config cfg,
int def) |
static int |
getNetworkReadBatchSize(Config cfg,
int def) |
static int |
getNetworkReadBatchTime(Config cfg,
int def) |
static int |
getNetworkWriteBatchSize(Config cfg,
int def) |
static int |
getNetworkWriteBatchTime(Config cfg,
int def) |
static int |
getPort(NetworkInfo networkInfo) |
static int |
getSocketReceivedBufferSize(Config cfg,
int def) |
static int |
getSocketSendBufferSize(Config cfg,
int def) |
static long |
maxConnEstTime(Config cfg) |
auroraScript, checkpointCofigurationFile, checkpointConfigurationFile, clusterType, commonConfDir, conf, containerId, dataConfigurationFile, distDirectory, getDefaults, getDoublePropertyValue, getIntPropertyValue, getLongPropertyValue, getStringPropertyValue, isKubernetesCluster, jobId, jobName, libDirectory, networkConfigurationFile, resourceSchedulerConfigurationFile, systemConfigurationFile, taskConfigurationFile, twister2Home, userName, verbose, workerInstances
public static final java.lang.String TWISTER2_WRITE_SIZE
public static final java.lang.String TWISTER2_WRITE_TIME
public static final java.lang.String TWISTER2_READ_SIZE
public static final java.lang.String TWISTER2_READ_TIME
public static final java.lang.String TWISTER2_MAX_PACKET_SIZE
public static final java.lang.String TWISTER2_SEND_BUFF_SIZE
public static final java.lang.String TWISTER2_RECV_BUFF_SIZE
public static final java.lang.String NETWORK_HOSTNAME
public static final java.lang.String NETWORK_PORT
public static final java.lang.String MAX_CONN_EST_TIME
public static final long MAX_CONN_EST_TIME_DEFAULT
public static int getNetworkWriteBatchSize(Config cfg, int def)
public static int getNetworkWriteBatchTime(Config cfg, int def)
public static int getNetworkReadBatchSize(Config cfg, int def)
public static int getNetworkReadBatchTime(Config cfg, int def)
public static int getSocketSendBufferSize(Config cfg, int def)
public static int getSocketReceivedBufferSize(Config cfg, int def)
public static int getMaximumPacketSize(Config cfg, int def)
public static java.lang.String getHostName(NetworkInfo networkInfo)
public static int getPort(NetworkInfo networkInfo)
public static long maxConnEstTime(Config cfg)