Uses of Package
org.jboss.cache

Packages that use org.jboss.cache
org.jboss.cache   
org.jboss.cache.batch   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.legacy.read   
org.jboss.cache.commands.legacy.write   
org.jboss.cache.commands.read   
org.jboss.cache.commands.remote   
org.jboss.cache.commands.tx   
org.jboss.cache.commands.write   
org.jboss.cache.config   
org.jboss.cache.eviction   
org.jboss.cache.factories   
org.jboss.cache.factories.context   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.invocation   
org.jboss.cache.jmx   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
org.jboss.cache.loader.s3   
org.jboss.cache.loader.tcp   
org.jboss.cache.lock   
org.jboss.cache.marshall   
org.jboss.cache.mvcc   
org.jboss.cache.notifications   
org.jboss.cache.notifications.event   
org.jboss.cache.optimistic   
org.jboss.cache.statetransfer   
org.jboss.cache.transaction   
org.jboss.cache.util   
org.jboss.cache.util.concurrent   
 

Classes in org.jboss.cache used by org.jboss.cache
AbstractNode
          Base class for UnversionedNode.
AbstractNode.NodeFlags
          These flags were originally stored as booleans on the UnversionedNode class.
AbstractNodeFactory
          Generates new nodes based on the CacheSPI configuration.
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheFactory
          This factory constructs a cache from a given or default configuration set.
CacheManager
          Factory and registry for JBoss Cache instances configured using named configurations.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
CacheStatus
          Various states that an object that has a four stage lifecycle (i.e.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
FqnComparator
          Compares the order of two FQN.
InternalNode
          An internal node interface, that represents nodes that directly form the tree structure in the cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
Lifecycle
          Defines lifecycle operations for various components
Modification.ModificationType
           
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeFactory
          An interface for a factory that creates nodes.
NodeNotExistsException
          Thrown when an operation is attempted on a non-existing node in the cache
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
PessimisticUnversionedNode
          Deprecated. will be removed along with optimistic and pessimistic locking.
Region
          Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
Region.Status
          Region status
Region.Type
          Types of regions.
RegionManager
          Manages regions.
RegionManagerImpl
          The default region manager, used with MVCC locking.
RegionNotEmptyException
          Thrown when an attempt is made to RegionManager.activate(Fqn) activate a subtree} root in Fqn that already has an existing node in the cache.
RegionRegistry
          An extension of the ConcurrentHashMap that acts as a container for regions.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
RPCManagerImpl.FlushTracker
           
StringFqn
          An optimisation of Fqn that does more efficient equals() and hashcode() computations.
UnversionedNode
          Basic data node class.
VersionedNode
          Deprecated. will be removed along with optimistic and pessimistic locking.
 

Classes in org.jboss.cache used by org.jboss.cache.batch
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
 

Classes in org.jboss.cache used by org.jboss.cache.buddyreplication
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
RegionManager
          Manages regions.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.commands
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.legacy.read
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.legacy.write
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.read
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.remote
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.tx
InvocationContext
          A context that holds information regarding the scope of a single invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.write
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.config
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.eviction
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
RegionManager
          Manages regions.
RegionRegistry
          An extension of the ConcurrentHashMap that acts as a container for regions.
 

Classes in org.jboss.cache used by org.jboss.cache.factories
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
CacheStatus
          Various states that an object that has a four stage lifecycle (i.e.
Lifecycle
          Defines lifecycle operations for various components
 

Classes in org.jboss.cache used by org.jboss.cache.factories.context
DataContainer
          This class defines the functionality needed for node manipulation.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.interceptors
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
NodeFactory
          An interface for a factory that creates nodes.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
Region
          Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
RegionManager
          Manages regions.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.interceptors.base
InvocationContext
          A context that holds information regarding the scope of a single invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.invocation
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
CacheStatus
          Various states that an object that has a four stage lifecycle (i.e.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InternalNode
          An internal node interface, that represents nodes that directly form the tree structure in the cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
Lifecycle
          Defines lifecycle operations for various components
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeNotExistsException
          Thrown when an operation is attempted on a non-existing node in the cache
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
Region
          Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
RegionManager
          Manages regions.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.jmx
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
CacheStatus
          Various states that an object that has a four stage lifecycle (i.e.
 

Classes in org.jboss.cache used by org.jboss.cache.loader
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Lifecycle
          Defines lifecycle operations for various components
Modification
          Represents a modification in the cache.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
RegionManager
          Manages regions.
 

Classes in org.jboss.cache used by org.jboss.cache.loader.bdbje
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Lifecycle
          Defines lifecycle operations for various components
Modification
          Represents a modification in the cache.
 

Classes in org.jboss.cache used by org.jboss.cache.loader.jdbm
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Lifecycle
          Defines lifecycle operations for various components
Modification
          Represents a modification in the cache.
 

Classes in org.jboss.cache used by org.jboss.cache.loader.s3
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Lifecycle
          Defines lifecycle operations for various components
 

Classes in org.jboss.cache used by org.jboss.cache.loader.tcp
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Lifecycle
          Defines lifecycle operations for various components
 

Classes in org.jboss.cache used by org.jboss.cache.lock
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.marshall
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
RegionManager
          Manages regions.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.mvcc
AbstractNodeFactory
          Generates new nodes based on the CacheSPI configuration.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InternalNode
          An internal node interface, that represents nodes that directly form the tree structure in the cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeFactory
          An interface for a factory that creates nodes.
NodeNotExistsException
          Thrown when an operation is attempted on a non-existing node in the cache
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.notifications
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.notifications.event
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.optimistic
AbstractNode
          Base class for UnversionedNode.
AbstractNodeFactory
          Generates new nodes based on the CacheSPI configuration.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeFactory
          An interface for a factory that creates nodes.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
UnversionedNode
          Basic data node class.
 

Classes in org.jboss.cache used by org.jboss.cache.statetransfer
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InternalNode
          An internal node interface, that represents nodes that directly form the tree structure in the cache.
NodeFactory
          An interface for a factory that creates nodes.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
RegionManager
          Manages regions.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.transaction
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          A context that holds information regarding the scope of a single invocation.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.util
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Node
          A Node is a named logical grouping of data in the JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.util.concurrent
Lifecycle
          Defines lifecycle operations for various components
 



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