|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Modification | |
|---|---|
| org.infinispan.loader | |
| 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.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 | |||||||||