Uses of Interface
org.infinispan.loaders.modifications.Modification

Packages that use Modification
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.cloud This package contains a CacheStore implementation based on JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers such as Amazon's S3, RackspaceCloud's CloudFiles, Microsoft's Windows Azure Blob Storage API, and others. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.jdbm This package contains a CacheStore implementation based on persisting to JDBM. 
org.infinispan.loaders.modifications Modifications that are used to encapsulate cache operations for application to a CacheStore
 

Uses of Modification in org.infinispan.loaders
 

Method parameters in org.infinispan.loaders with type arguments of type Modification
protected  void AbstractCacheStore.applyModifications(List<? extends Modification> mods)
           
 void CacheStore.prepare(List<? extends Modification> modifications, GlobalTransaction tx, boolean isOnePhase)
          Issues a prepare call with a set of modifications to be applied to the cache store
 void AbstractCacheStore.prepare(List<? extends Modification> mods, GlobalTransaction tx, boolean isOnePhase)
           
 

Uses of Modification in org.infinispan.loaders.bdbje
 

Method parameters in org.infinispan.loaders.bdbje with type arguments of type Modification
protected  void BdbjeCacheStore.applyModifications(List<? extends Modification> mods)
          Perform the mods atomically by creating a worker and invoking them in TransactionRunner.run(com.sleepycat.collections.TransactionWorker).
protected  void BdbjeCacheStore.prepare(List<? extends Modification> mods, GlobalTransaction tx)
          Looks up the SleepyCat transaction associated with tx.
 void BdbjeCacheStore.prepare(List<? extends Modification> mods, GlobalTransaction tx, boolean isOnePhase)
          Issues a prepare call with a set of modifications to be applied to the cache store
 

Constructor parameters in org.infinispan.loaders.bdbje with type arguments of type Modification
ModificationsTransactionWorker(CacheStore store, List<? extends Modification> mods)
          Associates Modifications that will be applied to the supplied CacheStore
 

Uses of Modification in org.infinispan.loaders.cloud
 

Method parameters in org.infinispan.loaders.cloud with type arguments of type Modification
 void CloudCacheStore.applyModifications(List<? extends Modification> modifications)
           
 

Uses of Modification in org.infinispan.loaders.decorators
 

Fields in org.infinispan.loaders.decorators with type parameters of type Modification
protected  ConcurrentMap<Object,Modification> AsyncStore.state
           
 

Method parameters in org.infinispan.loaders.decorators with type arguments of type Modification
protected  void AsyncStore.applyModificationsSync(ConcurrentMap<Object,Modification> mods)
           
 void ReadOnlyStore.prepare(List<? extends Modification> list, GlobalTransaction tx, boolean isOnePhase)
           
 void ChainingCacheStore.prepare(List<? extends Modification> list, GlobalTransaction tx, boolean isOnePhase)
           
 void SingletonStore.prepare(List<? extends Modification> list, GlobalTransaction tx, boolean isOnePhase)
           
 void AsyncStore.prepare(List<? extends Modification> list, GlobalTransaction tx, boolean isOnePhase)
           
 void AbstractDelegatingStore.prepare(List<? extends Modification> list, GlobalTransaction tx, boolean isOnePhase)
           
 

Uses of Modification in org.infinispan.loaders.jdbm
 

Method parameters in org.infinispan.loaders.jdbm with type arguments of type Modification
protected  void JdbmCacheStore.applyModifications(List<? extends Modification> mods)
           
 

Uses of Modification in org.infinispan.loaders.modifications
 

Classes in org.infinispan.loaders.modifications that implement Modification
 class Clear
          Represents a CacheStore.clear() modification
 class Commit
          Commit.
 class Prepare
          Prepare.
 class PurgeExpired
           
 class Remove
          Represents a CacheStore.remove(Object) modification
 class Store
          Modification representing CacheStore.store(org.infinispan.container.entries.InternalCacheEntry)
 

Methods in org.infinispan.loaders.modifications that return types with arguments of type Modification
 List<? extends Modification> Prepare.getList()
           
 

Constructor parameters in org.infinispan.loaders.modifications with type arguments of type Modification
Prepare(List<? extends Modification> list, GlobalTransaction tx, boolean isOnePhase)
           
 


Google Analytics

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