Package | Description |
---|---|
org.infinispan.loaders | |
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 . |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncStore.applyModificationsSync(List<Modification> mods) |
void |
ReadOnlyStore.prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase) |
void |
AbstractDelegatingStore.prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase) |
void |
ChainingCacheStore.prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase) |
void |
SingletonStore.prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase) |
void |
AsyncStore.prepare(List<? extends Modification> mods,
GlobalTransaction tx,
boolean isOnePhase) |
Modifier and Type | Class and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<? extends Modification> |
ModificationsList.getList() |
Constructor and Description |
---|
ModificationsList(List<? extends Modification> list) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.