public class AeronResourcesConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AeronResourcesConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AeronResourcesConfig.Builder |
builder() |
static AeronResourcesConfig |
defaultConfig() |
Supplier<org.agrona.concurrent.IdleStrategy> |
idleStrategySupplier() |
Duration |
imageLivenessTimeout() |
boolean |
isDirDeleteOnStart() |
int |
mtuLength() |
io.aeron.driver.ThreadingMode |
threadingMode() |
String |
toString() |
public static AeronResourcesConfig defaultConfig()
public static AeronResourcesConfig.Builder builder()
public boolean isDirDeleteOnStart()
public io.aeron.driver.ThreadingMode threadingMode()
public int mtuLength()
public Duration imageLivenessTimeout()
public Supplier<org.agrona.concurrent.IdleStrategy> idleStrategySupplier()
Copyright © 2015–2018. All rights reserved.