Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.util.concurrent

Packages that use org.infinispan.util.concurrent
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.api API package 
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
org.infinispan.client.hotrod.impl.async   
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.distexec   
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers. 
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
 

Classes in org.infinispan.util.concurrent used by org.infinispan
NotifyingFuture
          A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.api
NotifyingFuture
          A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.client.hotrod
NotifyingFuture
          A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.client.hotrod.impl
NotifyingFuture
          A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.client.hotrod.impl.async
FutureListener
          A listener that is called back when a future is done.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.config
IsolationLevel
          Various transaction isolation levels as an enumerated class.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.configuration.cache
IsolationLevel
          Various transaction isolation levels as an enumerated class.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.distexec
FutureListener
          A listener that is called back when a future is done.
NotifyingFuture
          A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.remoting.rpc
NotifyingNotifiableFuture
          An internal interface which adds the ability to inform the future of completion.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.util.concurrent
AbstractInProcessFuture
          An abstract Future that has "completed"
BaseNotifyingFuture
           
BoundedConcurrentHashMap.Eviction
           
BoundedConcurrentHashMap.EvictionListener
           
FutureListener
          A listener that is called back when a future is done.
IsolationLevel
          Various transaction isolation levels as an enumerated class.
NotifyingFuture
          A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
NotifyingFutureImpl
          Constructs an instance of a NotifyingFuture.
NotifyingNotifiableFuture
          An internal interface which adds the ability to inform the future of completion.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.util.concurrent.locks
TimeoutException
          Thrown when a timeout occurred.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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