Uses of Package
org.infinispan.context

Packages that use org.infinispan.context
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. 
org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. 
org.infinispan.query.backend   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.tree This package contains the TreeCache. 
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
org.infinispan.util.concurrent.locks.containers Concurrent lock containers. 
 

Classes in org.infinispan.context used by org.infinispan
Flag
          Available flags, which may be set on a per-invocation basis.
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.atomic
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.commands
InvocationContext
          A context that contains information pertaining to a given invocation.
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.commands.control
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.commands.read
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.commands.remote
InvocationContext
          A context that contains information pertaining to a given invocation.
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.commands.tx
InvocationContext
          A context that contains information pertaining to a given invocation.
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.commands.write
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.container
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.context
EntryLookup
          Interface that can look up MVCC wrapped entries.
Flag
          Available flags, which may be set on a per-invocation basis.
FlagContainer
          Interface that defines access to and manipulation of Flag.
InvocationContext
          A context that contains information pertaining to a given invocation.
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.context.impl
EntryLookup
          Interface that can look up MVCC wrapped entries.
Flag
          Available flags, which may be set on a per-invocation basis.
FlagContainer
          Interface that defines access to and manipulation of Flag.
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.distribution
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.interceptors
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.interceptors.base
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.notifications.cachelistener
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.query.backend
InvocationContext
          A context that contains information pertaining to a given invocation.
 

Classes in org.infinispan.context used by org.infinispan.statetransfer
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.transaction.xa
InvocationContext
          A context that contains information pertaining to a given invocation.
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.tree
Flag
          Available flags, which may be set on a per-invocation basis.
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.util.concurrent.locks
InvocationContext
          A context that contains information pertaining to a given invocation.
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Classes in org.infinispan.context used by org.infinispan.util.concurrent.locks.containers
InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 


Google Analytics

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