@PublicEvolving public class AkkaOptions extends Object
Constructor and Description |
---|
AkkaOptions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isForceRpcInvocationSerializationEnabled(Configuration config) |
@Internal public static final ConfigOption<Boolean> FORCE_RPC_INVOCATION_SERIALIZATION
public static final ConfigOption<Boolean> CAPTURE_ASK_CALLSTACK
public static final ConfigOption<java.time.Duration> ASK_TIMEOUT_DURATION
@Deprecated public static final ConfigOption<String> ASK_TIMEOUT
ASK_TIMEOUT_DURATION
public static final ConfigOption<String> TCP_TIMEOUT
public static final ConfigOption<String> STARTUP_TIMEOUT
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<java.time.Duration> LOOKUP_TIMEOUT_DURATION
@Deprecated public static final ConfigOption<String> LOOKUP_TIMEOUT
LOOKUP_TIMEOUT_DURATION
@Deprecated public static final ConfigOption<String> CLIENT_TIMEOUT
ClientOptions.CLIENT_TIMEOUT
instead.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<Double> REMOTE_FORK_JOIN_EXECUTOR_PARALLELISM_FACTOR
public static final ConfigOption<Integer> REMOTE_FORK_JOIN_EXECUTOR_PARALLELISM_MIN
public static final ConfigOption<Integer> REMOTE_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
@Deprecated public static final ConfigOption<String> WATCH_HEARTBEAT_INTERVAL
@Deprecated public static final ConfigOption<String> WATCH_HEARTBEAT_PAUSE
@Deprecated public static final ConfigOption<Integer> WATCH_THRESHOLD
public static boolean isForceRpcInvocationSerializationEnabled(Configuration config)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.