Package | Description |
---|---|
org.jboss.cache.loader | |
org.jboss.cache.loader.jdbm |
Modifier and Type | Field and Description |
---|---|
protected Map<Object,List<Modification>> |
AbstractCacheLoader.transactions
HashMap
|
Modifier and Type | Method and Description |
---|---|
protected void |
TcpDelegatingCacheLoader._put(List<Modification> modifications) |
void |
AbstractCacheLoader.prepare(Object tx,
List<Modification> modifications,
boolean one_phase) |
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 |
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 |
ReadOnlyDelegatingCacheLoader.prepare(Object tx,
List<Modification> modifications,
boolean one_phase) |
void |
AbstractCacheLoader.put(List<Modification> modifications) |
void |
ChainingCacheLoader.put(List<Modification> modifications)
Inserts all modifications to the backend store.
|
void |
SingletonStoreCacheLoader.put(List<Modification> modifications)
Calls the underlying cache loader's operation if the current node is the coordinator.
|
void |
CacheLoader.put(List<Modification> modifications)
Applies all modifications to the backend store.
|
void |
AsyncCacheLoader.put(List<Modification> modifications) |
void |
ClusteredCacheLoader.put(List<Modification> modifications)
Does nothing; replication handles put.
|
void |
AbstractDelegatingCacheLoader.put(List<Modification> modifications) |
void |
TcpDelegatingCacheLoader.put(List<Modification> modifications) |
void |
ReadOnlyDelegatingCacheLoader.put(List<Modification> modifications) |
Modifier and Type | Method and Description |
---|---|
void |
JdbmCacheLoader.put(List<Modification> modifications)
Applies the given modifications.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.