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
AbstractSharedExecutorFactory<E extends ExecutorService> An abstract class that encapsulates the logic of sharing an ExecutorService or a ScheduledExecutorService.
DefaultExecutorFactory Default executor factory that creates executors using the JDK Executors service.
DefaultScheduledExecutorFactory Creates scheduled executors using the JDK Executors service
DefaultSharedExecutorFactory Default executor factory that creates a single executor and reuses it for subsequent calls to DefaultSharedExecutorFactory.getExecutor(java.util.Properties).
DefaultSharedScheduledExecutorFactory Default executor factory that creates a single scheduled executor and reuses it for subsequent calls to DefaultSharedScheduledExecutorFactory.getScheduledExecutor(java.util.Properties).
 

Package org.infinispan.executors Description

Implementations of different executors used for asynchronous operation.


Google Analytics

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