Uses of Class
com.loomcache.server.executor.DistributedExecutorService
Packages that use DistributedExecutorService
-
Uses of DistributedExecutorService in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return DistributedExecutorServiceModifier and TypeMethodDescription@Nullable DistributedExecutorServiceDataStructureRegistry.getExecutor(String name) Get an existing executor service by name, or null if it does not exist.DataStructureRegistry.getOrCreateExecutor(String name) Get or create a distributed executor service with the given name.