public final class ArangoDefaults extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHUNK_MAX_HEADER_SIZE |
static int |
CHUNK_MIN_HEADER_SIZE |
static Boolean |
DEFAULT_ACQUIRE_HOST_LIST |
static Integer |
DEFAULT_ACQUIRE_HOST_LIST_INTERVAL |
static Integer |
DEFAULT_CHUNK_SIZE |
static List<HostDescription> |
DEFAULT_HOSTS |
static LoadBalancingStrategy |
DEFAULT_LOAD_BALANCING_STRATEGY |
static Protocol |
DEFAULT_PROTOCOL |
static Integer |
DEFAULT_RESPONSE_QUEUE_TIME_SAMPLES |
static Integer |
DEFAULT_TIMEOUT |
static Boolean |
DEFAULT_USE_SSL |
static String |
DEFAULT_USER |
static Boolean |
DEFAULT_VERIFY_HOST |
static int |
INTEGER_BYTES |
static int |
LONG_BYTES |
static int |
MAX_CONNECTIONS_HTTP_DEFAULT |
static int |
MAX_CONNECTIONS_HTTP2_DEFAULT |
static int |
MAX_CONNECTIONS_VST_DEFAULT |
public static final int INTEGER_BYTES
public static final int LONG_BYTES
public static final int CHUNK_MIN_HEADER_SIZE
public static final int CHUNK_MAX_HEADER_SIZE
public static final int MAX_CONNECTIONS_VST_DEFAULT
public static final int MAX_CONNECTIONS_HTTP_DEFAULT
public static final int MAX_CONNECTIONS_HTTP2_DEFAULT
public static final List<HostDescription> DEFAULT_HOSTS
public static final Protocol DEFAULT_PROTOCOL
public static final String DEFAULT_USER
public static final Integer DEFAULT_TIMEOUT
public static final Boolean DEFAULT_USE_SSL
public static final Boolean DEFAULT_VERIFY_HOST
public static final Integer DEFAULT_CHUNK_SIZE
public static final Boolean DEFAULT_ACQUIRE_HOST_LIST
public static final Integer DEFAULT_ACQUIRE_HOST_LIST_INTERVAL
public static final LoadBalancingStrategy DEFAULT_LOAD_BALANCING_STRATEGY
public static final Integer DEFAULT_RESPONSE_QUEUE_TIME_SAMPLES
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.