@PublicEvolving public class AkkaOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<String> |
ASK_TIMEOUT
Timeout for akka ask calls.
|
static ConfigOption<Double> |
CLIENT_SOCKET_WORKER_POOL_SIZE_FACTOR |
static ConfigOption<Integer> |
CLIENT_SOCKET_WORKER_POOL_SIZE_MAX |
static ConfigOption<Integer> |
CLIENT_SOCKET_WORKER_POOL_SIZE_MIN |
static ConfigOption<String> |
CLIENT_TIMEOUT
Timeout for all blocking calls on the client side.
|
static ConfigOption<Integer> |
DISPATCHER_THROUGHPUT
Maximum number of messages until another actor is executed by the same thread.
|
static ConfigOption<Double> |
FORK_JOIN_EXECUTOR_PARALLELISM_FACTOR |
static ConfigOption<Integer> |
FORK_JOIN_EXECUTOR_PARALLELISM_MAX |
static ConfigOption<Integer> |
FORK_JOIN_EXECUTOR_PARALLELISM_MIN |
static ConfigOption<String> |
FRAMESIZE
Maximum framesize of akka messages.
|
static ConfigOption<Boolean> |
JVM_EXIT_ON_FATAL_ERROR
Exit JVM on fatal Akka errors.
|
static ConfigOption<Boolean> |
LOG_LIFECYCLE_EVENTS
Log lifecycle events.
|
static ConfigOption<String> |
LOOKUP_TIMEOUT
Timeout for all blocking calls that look up remote actors.
|
static ConfigOption<Long> |
RETRY_GATE_CLOSED_FOR
Milliseconds a gate should be closed for after a remote connection was disconnected.
|
static ConfigOption<Double> |
SERVER_SOCKET_WORKER_POOL_SIZE_FACTOR |
static ConfigOption<Integer> |
SERVER_SOCKET_WORKER_POOL_SIZE_MAX |
static ConfigOption<Integer> |
SERVER_SOCKET_WORKER_POOL_SIZE_MIN |
static ConfigOption<Boolean> |
SSL_ENABLED
Override SSL support for the Akka transport.
|
static ConfigOption<String> |
STARTUP_TIMEOUT
Timeout for the startup of the actor system.
|
static ConfigOption<String> |
TCP_TIMEOUT
The Akka tcp connection timeout.
|
static ConfigOption<String> |
TRANSPORT_HEARTBEAT_INTERVAL
Heartbeat interval of the transport failure detector.
|
static ConfigOption<String> |
TRANSPORT_HEARTBEAT_PAUSE
Allowed heartbeat pause for the transport failure detector.
|
static ConfigOption<Double> |
TRANSPORT_THRESHOLD
Detection threshold of transport failure detector.
|
static ConfigOption<String> |
WATCH_HEARTBEAT_INTERVAL
The Akka death watch heartbeat interval.
|
static ConfigOption<String> |
WATCH_HEARTBEAT_PAUSE
The maximum acceptable Akka death watch heartbeat pause.
|
static ConfigOption<Integer> |
WATCH_THRESHOLD
Detection threshold for the phi accrual watch failure detector.
|
Constructor and Description |
---|
AkkaOptions() |
public static final ConfigOption<String> ASK_TIMEOUT
public static final ConfigOption<String> WATCH_HEARTBEAT_INTERVAL
public static final ConfigOption<String> WATCH_HEARTBEAT_PAUSE
public static final ConfigOption<String> TCP_TIMEOUT
public static final ConfigOption<String> STARTUP_TIMEOUT
public static final ConfigOption<String> TRANSPORT_HEARTBEAT_INTERVAL
public static final ConfigOption<String> TRANSPORT_HEARTBEAT_PAUSE
public static final ConfigOption<Double> TRANSPORT_THRESHOLD
public static final ConfigOption<Integer> WATCH_THRESHOLD
public static final ConfigOption<Boolean> SSL_ENABLED
public static final ConfigOption<String> FRAMESIZE
public static final ConfigOption<Integer> DISPATCHER_THROUGHPUT
public static final ConfigOption<Boolean> LOG_LIFECYCLE_EVENTS
public static final ConfigOption<String> LOOKUP_TIMEOUT
public static final ConfigOption<String> CLIENT_TIMEOUT
public static final ConfigOption<Boolean> JVM_EXIT_ON_FATAL_ERROR
public static final ConfigOption<Long> RETRY_GATE_CLOSED_FOR
public static final ConfigOption<Double> FORK_JOIN_EXECUTOR_PARALLELISM_FACTOR
public static final ConfigOption<Integer> FORK_JOIN_EXECUTOR_PARALLELISM_MIN
public static final ConfigOption<Integer> FORK_JOIN_EXECUTOR_PARALLELISM_MAX
public static final ConfigOption<Integer> CLIENT_SOCKET_WORKER_POOL_SIZE_MIN
public static final ConfigOption<Integer> CLIENT_SOCKET_WORKER_POOL_SIZE_MAX
public static final ConfigOption<Double> CLIENT_SOCKET_WORKER_POOL_SIZE_FACTOR
public static final ConfigOption<Integer> SERVER_SOCKET_WORKER_POOL_SIZE_MIN
public static final ConfigOption<Integer> SERVER_SOCKET_WORKER_POOL_SIZE_MAX
public static final ConfigOption<Double> SERVER_SOCKET_WORKER_POOL_SIZE_FACTOR
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.