VertxOptions |
VertxOptions.setAddressResolverOptions(AddressResolverOptions addressResolverOptions) |
Sets the address resolver configuration to configure resolving DNS servers, cache TTL, etc...
|
VertxOptions |
VertxOptions.setBlockedThreadCheckInterval(long blockedThreadCheckInterval) |
|
VertxOptions |
VertxOptions.setBlockedThreadCheckIntervalUnit(TimeUnit blockedThreadCheckIntervalUnit) |
Set the time unit of blockedThreadCheckInterval.
|
VertxOptions |
VertxOptions.setDisableTCCL(boolean disableTCCL) |
Configures whether Vert.x sets the Context classloader as the thread context classloader on actions executed on that Context.
|
VertxOptions |
VertxOptions.setEventBusOptions(EventBusOptions options) |
Sets the event bus configuration to configure the host, port, ssl...
|
VertxOptions |
VertxOptions.setEventLoopPoolSize(int eventLoopPoolSize) |
Set the number of event loop threads to be used by the Vert.x instance.
|
VertxOptions |
VertxOptions.setFileSystemOptions(FileSystemOptions fileSystemOptions) |
Set the file system options
|
VertxOptions |
VertxOptions.setHAEnabled(boolean haEnabled) |
Set whether HA will be enabled on the Vert.x instance.
|
VertxOptions |
VertxOptions.setHAGroup(String haGroup) |
Set the HA group to be used when HA is enabled.
|
VertxOptions |
VertxOptions.setInternalBlockingPoolSize(int internalBlockingPoolSize) |
Set the value of internal blocking pool size
|
VertxOptions |
VertxOptions.setMaxEventLoopExecuteTime(long maxEventLoopExecuteTime) |
|
VertxOptions |
VertxOptions.setMaxEventLoopExecuteTimeUnit(TimeUnit maxEventLoopExecuteTimeUnit) |
Set the time unit of maxEventLoopExecuteTime.
|
VertxOptions |
VertxOptions.setMaxWorkerExecuteTime(long maxWorkerExecuteTime) |
|
VertxOptions |
VertxOptions.setMaxWorkerExecuteTimeUnit(TimeUnit maxWorkerExecuteTimeUnit) |
Set the time unit of maxWorkerExecuteTime.
|
VertxOptions |
VertxOptions.setMetricsOptions(MetricsOptions metrics) |
Set the metrics options
|
VertxOptions |
VertxOptions.setPreferNativeTransport(boolean preferNativeTransport) |
Set whether to prefer the native transport to the NIO transport.
|
VertxOptions |
VertxOptions.setQuorumSize(int quorumSize) |
Set the quorum size to be used when HA is enabled.
|
VertxOptions |
VertxOptions.setTracingOptions(TracingOptions tracingOptions) |
Set the tracing options
|
VertxOptions |
VertxOptions.setUseDaemonThread(Boolean daemon) |
Mark the vertx thread as daemon thread or user thread.
|
VertxOptions |
VertxOptions.setWarningExceptionTime(long warningExceptionTime) |
|
VertxOptions |
VertxOptions.setWarningExceptionTimeUnit(TimeUnit warningExceptionTimeUnit) |
Set the time unit of warningExceptionTime.
|
VertxOptions |
VertxOptions.setWorkerPoolSize(int workerPoolSize) |
Set the maximum number of worker threads to be used by the Vert.x instance.
|