Uses of Interface
org.apache.curator.x.discovery.ServiceCacheBuilder
Packages that use ServiceCacheBuilder
-
Uses of ServiceCacheBuilder in org.apache.curator.x.discovery
Methods in org.apache.curator.x.discovery that return ServiceCacheBuilderModifier 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
Methods in org.apache.curator.x.discovery.details that return ServiceCacheBuilderModifier and TypeMethodDescriptionServiceDiscoveryImpl.serviceCacheBuilder()Allocate a new service cache builder.
executorService(ExecutorService)instead