Uses of Class
org.jboss.cache.Modification

Packages that use Modification
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
 

Uses of Modification in org.jboss.cache.loader
 

Fields in org.jboss.cache.loader with type parameters of type Modification
protected  Map<Object,List<Modification>> AbstractCacheLoader.transactions
          HashMap>.
 

Method parameters in org.jboss.cache.loader with type arguments of type Modification
protected  void TcpDelegatingCacheLoader._put(List<Modification> modifications)
           
 void SingletonStoreCacheLoader.prepare(Object tx, List<Modification> modifications, boolean one_phase)
          Calls the underlying cache loader's operation if the current node is the coordinator.
 void ReadOnlyDelegatingCacheLoader.prepare(Object tx, List<Modification> modifications, boolean one_phase)
           
 void CacheLoader.prepare(Object tx, List<Modification> modifications, boolean one_phase)
          Prepares a list of modifications.
 void AsyncCacheLoader.prepare(Object tx, List<Modification> modifications, boolean one_phase)
          TODO this is the same as the AbstractCacheLoader.
 void AdjListJDBCCacheLoader.prepare(Object tx, List<Modification> modifications, boolean one_phase)
          First phase in transaction commit process.
 void AbstractDelegatingCacheLoader.prepare(Object tx, List<Modification> modifications, boolean one_phase)
           
 void AbstractCacheLoader.prepare(Object tx, List<Modification> modifications, boolean one_phase)
           
 void TcpDelegatingCacheLoader.put(List<Modification> modifications)
           
 void SingletonStoreCacheLoader.put(List<Modification> modifications)
          Calls the underlying cache loader's operation if the current node is the coordinator.
 void ReadOnlyDelegatingCacheLoader.put(List<Modification> modifications)
           
 void ClusteredCacheLoader.put(List<Modification> modifications)
          Does nothing; replication handles put.
 void ChainingCacheLoader.put(List<Modification> modifications)
          Inserts all modifications to the backend store.
 void CacheLoader.put(List<Modification> modifications)
          Applies all modifications to the backend store.
 void AsyncCacheLoader.put(List<Modification> modifications)
           
 void AbstractDelegatingCacheLoader.put(List<Modification> modifications)
           
 void AbstractCacheLoader.put(List<Modification> modifications)
           
 

Uses of Modification in org.jboss.cache.loader.bdbje
 

Method parameters in org.jboss.cache.loader.bdbje with type arguments of type Modification
 void BdbjeCacheLoader.prepare(Object tx, List<Modification> modifications, boolean onePhase)
          Begins a transaction and applies the given modifications.
 void BdbjeCacheLoader.put(List<Modification> modifications)
          Applies the given modifications.
 

Uses of Modification in org.jboss.cache.loader.jdbm
 

Method parameters in org.jboss.cache.loader.jdbm with type arguments of type Modification
 void JdbmCacheLoader.put(List<Modification> modifications)
          Applies the given modifications.
 



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