@ConfigurationProperties(prefix="vertx") public class VertxProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VertxProperties.AddressResolver |
static class |
VertxProperties.FileSystem |
| Constructor and Description |
|---|
VertxProperties() |
public io.vertx.core.VertxOptions toVertxOptions()
public int getEventLoopPoolSize()
public void setEventLoopPoolSize(int eventLoopPoolSize)
public int getWorkerPoolSize()
public void setWorkerPoolSize(int workerPoolSize)
public int getInternalBlockingPoolSize()
public void setInternalBlockingPoolSize(int internalBlockingPoolSize)
public long getBlockedThreadCheckInterval()
public void setBlockedThreadCheckInterval(long blockedThreadCheckInterval)
public long getMaxEventLoopExecuteTime()
public void setMaxEventLoopExecuteTime(long maxEventLoopExecuteTime)
public long getMaxWorkerExecuteTime()
public void setMaxWorkerExecuteTime(long maxWorkerExecuteTime)
public boolean isHaEnabled()
public void setHaEnabled(boolean haEnabled)
public int getQuorumSize()
public void setQuorumSize(int quorumSize)
public String getHaGroup()
public void setHaGroup(String haGroup)
public long getWarningExceptionTime()
public void setWarningExceptionTime(long warningExceptionTime)
public boolean isPreferNativeTransport()
public void setPreferNativeTransport(boolean preferNativeTransport)
public TimeUnit getMaxEventLoopExecuteTimeUnit()
public void setMaxEventLoopExecuteTimeUnit(TimeUnit maxEventLoopExecuteTimeUnit)
public TimeUnit getMaxWorkerExecuteTimeUnit()
public void setMaxWorkerExecuteTimeUnit(TimeUnit maxWorkerExecuteTimeUnit)
public TimeUnit getWarningExceptionTimeUnit()
public void setWarningExceptionTimeUnit(TimeUnit warningExceptionTimeUnit)
public TimeUnit getBlockedThreadCheckIntervalUnit()
public void setBlockedThreadCheckIntervalUnit(TimeUnit blockedThreadCheckIntervalUnit)
public boolean isMetricsEnabled()
public void setMetricsEnabled(boolean metricsEnabled)
public VertxProperties.FileSystem getFileSystem()
public VertxProperties.AddressResolver getAddressResolver()
Copyright © 2019. All rights reserved.