Skip navigation links
A D F G I S T V 

A

AddressResolver() - Constructor for class dev.snowdrop.vertx.VertxProperties.AddressResolver
 

D

dev.snowdrop.vertx - package dev.snowdrop.vertx
 

F

FileSystem() - Constructor for class dev.snowdrop.vertx.VertxProperties.FileSystem
 

G

getAddressResolver() - Method in class dev.snowdrop.vertx.VertxProperties
 
getBlockedThreadCheckInterval() - Method in class dev.snowdrop.vertx.VertxProperties
 
getBlockedThreadCheckIntervalUnit() - Method in class dev.snowdrop.vertx.VertxProperties
 
getCacheMaxTimeToLive() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getCacheMinTimeToLive() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getCacheNegativeTimeToLive() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getEventLoopPoolSize() - Method in class dev.snowdrop.vertx.VertxProperties
 
getFileSystem() - Method in class dev.snowdrop.vertx.VertxProperties
 
getHaGroup() - Method in class dev.snowdrop.vertx.VertxProperties
 
getHostsPath() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getHostsValue() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getInternalBlockingPoolSize() - Method in class dev.snowdrop.vertx.VertxProperties
 
getMaxEventLoopExecuteTime() - Method in class dev.snowdrop.vertx.VertxProperties
 
getMaxEventLoopExecuteTimeUnit() - Method in class dev.snowdrop.vertx.VertxProperties
 
getMaxQueries() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getMaxWorkerExecuteTime() - Method in class dev.snowdrop.vertx.VertxProperties
 
getMaxWorkerExecuteTimeUnit() - Method in class dev.snowdrop.vertx.VertxProperties
 
getNdots() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getQueryTimeout() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getQuorumSize() - Method in class dev.snowdrop.vertx.VertxProperties
 
getSearchDomains() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getServers() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
getWarningExceptionTime() - Method in class dev.snowdrop.vertx.VertxProperties
 
getWarningExceptionTimeUnit() - Method in class dev.snowdrop.vertx.VertxProperties
 
getWorkerPoolSize() - Method in class dev.snowdrop.vertx.VertxProperties
 

I

isClassPathResolvingEnabled() - Method in class dev.snowdrop.vertx.VertxProperties.FileSystem
 
isFileCachingEnabled() - Method in class dev.snowdrop.vertx.VertxProperties.FileSystem
 
isHaEnabled() - Method in class dev.snowdrop.vertx.VertxProperties
 
isMetricsEnabled() - Method in class dev.snowdrop.vertx.VertxProperties
 
isOptResourceEnabled() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
isPreferNativeTransport() - Method in class dev.snowdrop.vertx.VertxProperties
 
isRdFlag() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
isRotateServers() - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 

S

setBlockedThreadCheckInterval(long) - Method in class dev.snowdrop.vertx.VertxProperties
 
setBlockedThreadCheckIntervalUnit(TimeUnit) - Method in class dev.snowdrop.vertx.VertxProperties
 
setCacheMaxTimeToLive(int) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setCacheMinTimeToLive(int) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setCacheNegativeTimeToLive(int) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setClassPathResolvingEnabled(boolean) - Method in class dev.snowdrop.vertx.VertxProperties.FileSystem
 
setEventLoopPoolSize(int) - Method in class dev.snowdrop.vertx.VertxProperties
 
setFileCachingEnabled(boolean) - Method in class dev.snowdrop.vertx.VertxProperties.FileSystem
 
setHaEnabled(boolean) - Method in class dev.snowdrop.vertx.VertxProperties
 
setHaGroup(String) - Method in class dev.snowdrop.vertx.VertxProperties
 
setHostsPath(String) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setHostsValue(Buffer) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setInternalBlockingPoolSize(int) - Method in class dev.snowdrop.vertx.VertxProperties
 
setMaxEventLoopExecuteTime(long) - Method in class dev.snowdrop.vertx.VertxProperties
 
setMaxEventLoopExecuteTimeUnit(TimeUnit) - Method in class dev.snowdrop.vertx.VertxProperties
 
setMaxQueries(int) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setMaxWorkerExecuteTime(long) - Method in class dev.snowdrop.vertx.VertxProperties
 
setMaxWorkerExecuteTimeUnit(TimeUnit) - Method in class dev.snowdrop.vertx.VertxProperties
 
setMetricsEnabled(boolean) - Method in class dev.snowdrop.vertx.VertxProperties
 
setNdots(int) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setOptResourceEnabled(boolean) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setPreferNativeTransport(boolean) - Method in class dev.snowdrop.vertx.VertxProperties
 
setQueryTimeout(long) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setQuorumSize(int) - Method in class dev.snowdrop.vertx.VertxProperties
 
setRdFlag(boolean) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setRotateServers(boolean) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setSearchDomains(List<String>) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setServers(List<String>) - Method in class dev.snowdrop.vertx.VertxProperties.AddressResolver
 
setWarningExceptionTime(long) - Method in class dev.snowdrop.vertx.VertxProperties
 
setWarningExceptionTimeUnit(TimeUnit) - Method in class dev.snowdrop.vertx.VertxProperties
 
setWorkerPoolSize(int) - Method in class dev.snowdrop.vertx.VertxProperties
 

T

toVertxOptions() - Method in class dev.snowdrop.vertx.VertxProperties
 

V

vertx(VertxProperties) - Method in class dev.snowdrop.vertx.VertxAutoConfiguration
 
VertxAutoConfiguration - Class in dev.snowdrop.vertx
 
VertxAutoConfiguration() - Constructor for class dev.snowdrop.vertx.VertxAutoConfiguration
 
VertxProperties - Class in dev.snowdrop.vertx
 
VertxProperties() - Constructor for class dev.snowdrop.vertx.VertxProperties
 
VertxProperties.AddressResolver - Class in dev.snowdrop.vertx
 
VertxProperties.FileSystem - Class in dev.snowdrop.vertx
 
A D F G I S T V 
Skip navigation links

Copyright © 2019. All rights reserved.