Uses of Interface
org.terracotta.modules.ehcache.async.AsyncCoordinator

Packages that use AsyncCoordinator
org.terracotta.modules.ehcache.async   
org.terracotta.modules.ehcache.writebehind   
 

Uses of AsyncCoordinator in org.terracotta.modules.ehcache.async
 

Classes in org.terracotta.modules.ehcache.async that implement AsyncCoordinator
 class AsyncCoordinatorImpl<E extends Serializable>
          An AsyncCoordinator allows work to be added and processed asynchronously in a fault-tolerant and high performance fashion.
 

Methods in org.terracotta.modules.ehcache.async that return AsyncCoordinator
 AsyncCoordinator AsyncCoordinatorFactoryImpl.getOrCreateAsyncCoordinator(Ehcache cache, AsyncConfig config)
           
 AsyncCoordinator AsyncCoordinatorFactory.getOrCreateAsyncCoordinator(Ehcache cache, AsyncConfig config)
           
 

Uses of AsyncCoordinator in org.terracotta.modules.ehcache.writebehind
 

Constructors in org.terracotta.modules.ehcache.writebehind with parameters of type AsyncCoordinator
AsyncWriteBehind(AsyncCoordinator async, Ehcache cache)
          Instantiate a new instance of AsyncWriteBehind by providing the async coordinator instance that will be used for the underlying behavior.
 



Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.