Package org.infinispan.executors

Implementations of different executors used for asynchronous operation.

See:
          Description

Interface Summary
ExecutorFactory Used to configure and create executors
ScheduledExecutorFactory Used to configure and create scheduled executors
 

Class Summary
DefaultExecutorFactory Default executor factory that creates executors using the JDK Executors service.
DefaultScheduledExecutorFactory Creates scheduled executors using the JDK Executors service
LazyInitializingExecutorService A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors are expensive.
LazyInitializingScheduledExecutorService A delegating scheduled executor that lazily constructs and initalizes the underlying scheduled executor, since unused JDK executors are expensive.
 

Package org.infinispan.executors Description

Implementations of different executors used for asynchronous operation.


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.