Modifier and Type | Field and Description |
---|---|
static org.agrona.ErrorHandler |
DEFAULT_ERROR_HANDLER
The Default handler for Aeron runtime exceptions.
|
static long |
RESOURCE_LINGER_DURATION_DEFAULT
Default duration a resource should linger before deletion.
|
static java.lang.String |
RESOURCE_LINGER_DURATION_PROP_NAME
Duration to wait while lingering a entity such as an
Image before deleting underlying resources
such as memory mapped files. |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
static long |
resourceLingerDurationNs()
Duration to wait while lingering a entity such as an
Image before deleting underlying resources
such as memory mapped files. |
public static final java.lang.String RESOURCE_LINGER_DURATION_PROP_NAME
Image
before deleting underlying resources
such as memory mapped files.public static final long RESOURCE_LINGER_DURATION_DEFAULT
public static final org.agrona.ErrorHandler DEFAULT_ERROR_HANDLER
DriverTimeoutException
is encountered, this handler will
exit the program.
The error handler can be overridden by supplying an Aeron.Context
with a custom handler.
Aeron.Context.errorHandler(ErrorHandler)
public static long resourceLingerDurationNs()
Image
before deleting underlying resources
such as memory mapped files.RESOURCE_LINGER_DURATION_PROP_NAME
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.