Uses of Interface
org.apache.curator.x.discovery.ServiceCacheBuilder
-
Uses of ServiceCacheBuilder in org.apache.curator.x.discovery
Modifier and TypeMethodDescriptionServiceCacheBuilder.executorService
(ExecutorService executorService) Optional ExecutorService to use for the cache's background thread.The name of the service to cache (required)ServiceDiscovery.serviceCacheBuilder()
Allocate a new service cache builder.ServiceCacheBuilder.threadFactory
(ThreadFactory threadFactory) Deprecated. -
Uses of ServiceCacheBuilder in org.apache.curator.x.discovery.details
Modifier and TypeMethodDescriptionServiceDiscoveryImpl.serviceCacheBuilder()
Allocate a new service cache builder.
executorService(ExecutorService)
instead