Infinispan Distribution 5.2.6.Final-redhat-2

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.


Infinispan Distribution 5.2.6.Final-redhat-2

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