public static final class AerospikeException.Timeout extends AerospikeException
AerospikeException.AsyncQueueFull, AerospikeException.Backoff, AerospikeException.BatchExists, AerospikeException.BatchRecordArray, AerospikeException.BatchRecords, AerospikeException.Connection, AerospikeException.InvalidNamespace, AerospikeException.InvalidNode, AerospikeException.Parse, AerospikeException.QueryTerminated, AerospikeException.ScanTerminated, AerospikeException.Serialize, AerospikeException.Timeout| Modifier and Type | Field and Description |
|---|---|
boolean |
client
If true, client initiated timeout.
|
int |
connectTimeout
Socket initial connect timeout in milliseconds.
|
int |
socketTimeout
Socket idle timeout in milliseconds.
|
int |
timeout
Total timeout in milliseconds.
|
| Constructor and Description |
|---|
Timeout(Node node,
int connectTimeout,
int socketTimeout,
int totalTimeout) |
Timeout(Policy policy,
boolean client) |
Timeout(Policy policy,
int iteration) |
Timeout(String message,
int iteration,
int totalTimeout,
boolean inDoubt) |
getBaseMessage, getInDoubt, getIteration, getMessage, getNode, getPolicy, getResultCode, getSubExceptions, keepConnection, setInDoubt, setInDoubt, setIteration, setNode, setPolicy, setSubExceptionsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int connectTimeout
public int socketTimeout
public int timeout
public boolean client
public Timeout(String message, int iteration, int totalTimeout, boolean inDoubt)
public Timeout(Policy policy, boolean client)
public Timeout(Policy policy, int iteration)
public Timeout(Node node, int connectTimeout, int socketTimeout, int totalTimeout)
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.