Package com.hazelcast.util.executor

This package contains classes related to Util.Executor

See:
          Description

Interface Summary
ManagedExecutorService  
StripedRunnable Striped Runnable is used in StripedExecutor.
TimeoutRunnable Interface for runnable with timeout value
 

Class Summary
AbstractExecutorThreadFactory  
CachedExecutorServiceDelegate  
CompletableFutureTask<V>  
CompletedFuture<V>  
DelegatingFuture<V>  
HazelcastManagedThread Base class for all Hazelcast threads to manage them from a single point.
NamedThreadPoolExecutor  
PoolExecutorThreadFactory  
SingleExecutorThreadFactory  
StripedExecutor The StripedExecutor internally uses a stripe of queues and each queue has its own private worker-thread.
 

Enum Summary
ExecutorType  
 

Package com.hazelcast.util.executor Description

This package contains classes related to Util.Executor



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.