Uses of Class
org.elasticsearch.common.util.CancellableThreads
-
Packages that use CancellableThreads Package Description org.elasticsearch.discovery org.elasticsearch.indices.recovery -
-
Uses of CancellableThreads in org.elasticsearch.discovery
Methods in org.elasticsearch.discovery with parameters of type CancellableThreads Modifier and Type Method Description static List<TransportAddress>SeedHostsResolver. resolveHostsLists(CancellableThreads cancellableThreads, ExecutorService executorService, org.apache.logging.log4j.Logger logger, List<String> hosts, TransportService transportService, TimeValue resolveTimeout)Resolves a list of hosts to a list of transport addresses. -
Uses of CancellableThreads in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return CancellableThreads Modifier and Type Method Description CancellableThreadsRecoveryTarget. cancellableThreads()
-