Uses of Class
io.vertx.core.VertxOptions
Packages that use VertxOptions
-
Uses of VertxOptions in io.vertx.core
Methods in io.vertx.core that return VertxOptionsModifier and TypeMethodDescriptionVertxOptions.setAddressResolverOptions(AddressResolverOptions addressResolverOptions) Sets the address resolver configuration to configure resolving DNS servers, cache TTL, etc...VertxOptions.setBlockedThreadCheckInterval(long blockedThreadCheckInterval) Sets the value of blocked thread check period, inblockedThreadCheckIntervalUnit.VertxOptions.setBlockedThreadCheckIntervalUnit(TimeUnit blockedThreadCheckIntervalUnit) Set the time unit ofblockedThreadCheckInterval.VertxOptions.setDisableTCCL(boolean disableTCCL) VertxOptions.setEventBusOptions(EventBusOptions options) Sets the event bus configuration to configure the host, port, ssl...VertxOptions.setEventLoopPoolSize(int eventLoopPoolSize) Set the number of event loop threads to be used by the Vert.x instance.VertxOptions.setFileSystemOptions(FileSystemOptions fileSystemOptions) Set the file system optionsVertxOptions.setHAEnabled(boolean haEnabled) Set whether HA will be enabled on the Vert.x instance.VertxOptions.setHAGroup(String haGroup) Set the HA group to be used when HA is enabled.VertxOptions.setInternalBlockingPoolSize(int internalBlockingPoolSize) Set the value of internal blocking pool sizeVertxOptions.setMaxEventLoopExecuteTime(long maxEventLoopExecuteTime) Sets the value of max event loop execute time, inmaxEventLoopExecuteTimeUnit.VertxOptions.setMaxEventLoopExecuteTimeUnit(TimeUnit maxEventLoopExecuteTimeUnit) Set the time unit ofmaxEventLoopExecuteTime.VertxOptions.setMaxWorkerExecuteTime(long maxWorkerExecuteTime) Sets the value of max worker execute time, inmaxWorkerExecuteTimeUnit.VertxOptions.setMaxWorkerExecuteTimeUnit(TimeUnit maxWorkerExecuteTimeUnit) Set the time unit ofmaxWorkerExecuteTime.VertxOptions.setMetricsOptions(MetricsOptions metrics) Set the metrics optionsVertxOptions.setPreferNativeTransport(boolean preferNativeTransport) Set whether to prefer the native transport to the NIO transport.VertxOptions.setQuorumSize(int quorumSize) Set the quorum size to be used when HA is enabled.VertxOptions.setTracingOptions(TracingOptions tracingOptions) Set the tracing optionsVertxOptions.setUseDaemonThread(Boolean daemon) Mark the vertx thread as daemon thread or user thread.VertxOptions.setWarningExceptionTime(long warningExceptionTime) Set the threshold value above this, the blocked warning contains a stack trace. inwarningExceptionTimeUnit.VertxOptions.setWarningExceptionTimeUnit(TimeUnit warningExceptionTimeUnit) Set the time unit ofwarningExceptionTime.VertxOptions.setWorkerPoolSize(int workerPoolSize) Set the maximum number of worker threads to be used by the Vert.x instance.Methods in io.vertx.core with parameters of type VertxOptionsModifier and TypeMethodDescriptionVertx.clusteredVertx(VertxOptions options) Creates a clustered instance using the specified options.static VertxVertx.vertx(VertxOptions options) Creates a non clustered instance using the specified optionsVertxBuilder.with(VertxOptions options) Configure the Vert.x options.Constructors in io.vertx.core with parameters of type VertxOptions -
Uses of VertxOptions in io.vertx.core.spi
Methods in io.vertx.core.spi with parameters of type VertxOptionsModifier and TypeMethodDescriptionVertxMetricsFactory.metrics(VertxOptions options) Create a newVertxMetricsobject.FileResolverFactory.resolver(VertxOptions options) Create a newFileResolverobject.