|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Modification | |
---|---|
org.infinispan.loader | |
org.infinispan.loader.bdbje | |
org.infinispan.loader.decorators | |
org.infinispan.loader.modifications |
Uses of Modification in org.infinispan.loader |
---|
Method parameters in org.infinispan.loader with type arguments of type Modification | |
---|---|
protected void |
AbstractCacheStore.applyModifications(List<? extends Modification> mods)
|
void |
CacheStore.prepare(List<? extends Modification> modifications,
Transaction 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,
Transaction tx,
boolean isOnePhase)
|
Uses of Modification in org.infinispan.loader.bdbje |
---|
Method parameters in org.infinispan.loader.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,
Transaction tx)
Looks up the SleepyCat transaction associated with tx . |
void |
BdbjeCacheStore.prepare(List<? extends Modification> mods,
Transaction tx,
boolean isOnePhase)
Issues a prepare call with a set of modifications to be applied to the cache store delegates to BdbjeCacheStore.applyModifications(java.util.List) , if isOnePhase . |
Constructor parameters in org.infinispan.loader.bdbje with type arguments of type Modification | |
---|---|
ModificationsTransactionWorker(CacheStore store,
List<? extends Modification> mods)
Associates Modification s that will be applied to the supplied CacheStore |
Uses of Modification in org.infinispan.loader.decorators |
---|
Method parameters in org.infinispan.loader.decorators with type arguments of type Modification | |
---|---|
protected void |
AsyncStore.applyModificationsSync(List<Modification> mods)
|
void |
SingletonStore.prepare(List<? extends Modification> list,
Transaction tx,
boolean isOnePhase)
|
void |
ReadOnlyStore.prepare(List<? extends Modification> list,
Transaction tx,
boolean isOnePhase)
|
void |
ChainingCacheStore.prepare(List<? extends Modification> list,
Transaction tx,
boolean isOnePhase)
|
void |
AbstractDelegatingStore.prepare(List<? extends Modification> list,
Transaction tx,
boolean isOnePhase)
|
Uses of Modification in org.infinispan.loader.modifications |
---|
Classes in org.infinispan.loader.modifications that implement Modification | |
---|---|
class |
Clear
Represents a CacheStore.clear() modification |
class |
PurgeExpired
|
class |
Remove
Represents a CacheStore.remove(Object) modification |
class |
Store
Modification representing CacheStore.store(org.infinispan.container.entries.InternalCacheEntry) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |