|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Modification | |
---|---|
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.loaders.decorators | This package contains loaders and stores, which are used for overflow or persistence. |
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 |
AbstractCacheStore.prepare(List<? extends Modification> mods,
GlobalTransaction tx,
boolean isOnePhase)
|
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 |
Uses of Modification in org.infinispan.loaders.decorators |
---|
Method parameters in org.infinispan.loaders.decorators with type arguments of type Modification | |
---|---|
protected void |
AsyncStore.applyModificationsSync(List<Modification> mods)
|
void |
SingletonStore.prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase)
|
void |
AbstractDelegatingStore.prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase)
|
void |
AsyncStore.prepare(List<? extends Modification> mods,
GlobalTransaction tx,
boolean isOnePhase)
|
void |
ChainingCacheStore.prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase)
|
void |
ReadOnlyStore.prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase)
|
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 |
ModificationsList
ModificationsList contains a List |
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> |
ModificationsList.getList()
|
Constructor parameters in org.infinispan.loaders.modifications with type arguments of type Modification | |
---|---|
ModificationsList(List<? extends Modification> list)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |