Uses of Package
org.infinispan.container.entries

Packages that use org.infinispan.container.entries
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control   
org.infinispan.commands.remote   
org.infinispan.container Data containers which store cache entries. 
org.infinispan.container.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   
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.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.bucket   
org.infinispan.loaders.cloud   
org.infinispan.loaders.cluster   
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.file   
org.infinispan.loaders.jdbc This package contains a CacheStore implementation based on a JDBC database connection. 
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.modifications   
org.infinispan.transaction.xa   
org.infinispan.util   
org.infinispan.util.concurrent.locks   
 

Classes in org.infinispan.container.entries used by org.infinispan.commands
InternalCacheValue
          A representation of an InternalCacheEntry that does not have a reference to the key.
 

Classes in org.infinispan.container.entries used by org.infinispan.commands.control
InternalCacheValue
          A representation of an InternalCacheEntry that does not have a reference to the key.
 

Classes in org.infinispan.container.entries used by org.infinispan.commands.remote
InternalCacheValue
          A representation of an InternalCacheEntry that does not have a reference to the key.
 

Classes in org.infinispan.container.entries used by org.infinispan.container
CacheEntry
          An entry that is stored in the data container
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
MVCCEntry
          An entry that can be safely copied when updates are made, to provide MVCC semantics
 

Classes in org.infinispan.container.entries used by org.infinispan.container.entries
AbstractInternalCacheEntry
          An abstract internal cache entry that is typically stored in the data container
CacheEntry
          An entry that is stored in the data container
ImmortalCacheEntry
          A cache entry that is immortal/cannot expire
ImmortalCacheValue
          An immortal cache value, to correspond with ImmortalCacheEntry
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
InternalCacheValue
          A representation of an InternalCacheEntry that does not have a reference to the key.
MortalCacheEntry
          A cache entry that is mortal.
MortalCacheValue
          A mortal cache value, to correspond with MortalCacheEntry
MVCCEntry
          An entry that can be safely copied when updates are made, to provide MVCC semantics
NullMarkerEntry
          A marker entry to represent a null for repeatable read, so that a read that returns a null can continue to return null.
NullMarkerEntryForRemoval
          A null entry that is read in for removal
ReadCommittedEntry
          A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.
ReadCommittedEntry.Flags
           
RepeatableReadEntry
          An extension of ReadCommittedEntry that provides Repeatable Read semantics
TransientCacheEntry
          A cache entry that is transient, i.e., it can be considered expired afer a period of not being used.
TransientCacheValue
          A transient cache value, to correspond with TransientCacheEntry
TransientMortalCacheEntry
          A cache entry that is both transient and mortal.
TransientMortalCacheValue
          A transient, mortal cache value to correspond with TransientMortalCacheEntry
 

Classes in org.infinispan.container.entries used by org.infinispan.context
CacheEntry
          An entry that is stored in the data container
 

Classes in org.infinispan.container.entries used by org.infinispan.context.impl
CacheEntry
          An entry that is stored in the data container
 

Classes in org.infinispan.container.entries used by org.infinispan.distribution
CacheEntry
          An entry that is stored in the data container
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
InternalCacheValue
          A representation of an InternalCacheEntry that does not have a reference to the key.
 

Classes in org.infinispan.container.entries used by org.infinispan.interceptors
CacheEntry
          An entry that is stored in the data container
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.bdbje
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.bucket
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.cloud
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.cluster
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.decorators
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.file
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.jdbc
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.jdbc.binary
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.jdbc.mixed
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.jdbc.stringbased
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.jdbm
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.loaders.modifications
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.transaction.xa
CacheEntry
          An entry that is stored in the data container
 

Classes in org.infinispan.container.entries used by org.infinispan.util
InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 

Classes in org.infinispan.container.entries used by org.infinispan.util.concurrent.locks
CacheEntry
          An entry that is stored in the data container
 


Google Analytics

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