Uses of Package
org.infinispan

Packages that use org.infinispan
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 interface such as the tree API. 
org.infinispan.batch Support for batching calls using the Cache.startBatch() and Cache.endBatch(boolean) API. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.bdbje This package contains a CacheStore implementation based on Oracle's BDBJE storage engine. 
org.infinispan.loaders.cluster   
org.infinispan.loaders.decorators   
org.infinispan.loaders.file   
org.infinispan.loaders.jdbc.binary This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache. 
org.infinispan.loaders.jdbc.mixed This is a delegating CacheStore implementation that delegates either to a binary or String based JDBC cache store depending on the key used. 
org.infinispan.loaders.jdbc.stringbased This JDBC CacheStore implementation is optimized for storing String keys in the cache. 
org.infinispan.loaders.jdbm This package contains a CacheStore implementation based on persisting to JDBM. 
org.infinispan.loaders.s3 This package contains a CacheStore implementation based on persisting to Amazon's S3 service. 
org.infinispan.manager Cache manager package 
org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces. 
org.infinispan.notifications.cachelistener.event   
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.transport.jgroups   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.tree This package contains the TreeCache. 
org.infinispan.util.concurrent   
 

Classes in org.infinispan used by org.infinispan
AbstractDelegatingCache
          This is a convenient base class for implementing a cache delegate.
AdvancedCache
          An advanced interface that exposes additional methods not available on Cache.
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.atomic
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.batch
CacheException
          Thrown when operations on Cache fail unexpectedly.
 

Classes in org.infinispan used by org.infinispan.commands
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.config
CacheException
          Thrown when operations on Cache fail unexpectedly.
 

Classes in org.infinispan used by org.infinispan.eviction
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.factories
AdvancedCache
          An advanced interface that exposes additional methods not available on Cache.
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.jmx
AdvancedCache
          An advanced interface that exposes additional methods not available on Cache.
CacheException
          Thrown when operations on Cache fail unexpectedly.
 

Classes in org.infinispan used by org.infinispan.loaders
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.bdbje
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.cluster
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.decorators
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.file
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.jdbc.binary
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.jdbc.mixed
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.jdbc.stringbased
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.jdbm
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.loaders.s3
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.manager
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.notifications
CacheException
          Thrown when operations on Cache fail unexpectedly.
 

Classes in org.infinispan used by org.infinispan.notifications.cachelistener.event
Cache
          The central interface of Infinispan.
 

Classes in org.infinispan used by org.infinispan.remoting
CacheException
          Thrown when operations on Cache fail unexpectedly.
 

Classes in org.infinispan used by org.infinispan.remoting.transport.jgroups
CacheException
          Thrown when operations on Cache fail unexpectedly.
 

Classes in org.infinispan used by org.infinispan.statetransfer
AdvancedCache
          An advanced interface that exposes additional methods not available on Cache.
 

Classes in org.infinispan used by org.infinispan.tree
Cache
          The central interface of Infinispan.
CacheException
          Thrown when operations on Cache fail unexpectedly.
 

Classes in org.infinispan used by org.infinispan.util.concurrent
CacheException
          Thrown when operations on Cache fail unexpectedly.
 



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