Package | Description |
---|---|
org.infinispan.persistence.async | |
org.infinispan.persistence.modifications |
Modifications that are used to encapsulate cache operations for application to a
CacheStore . |
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncCacheWriter.applyModificationsSync(List<Modification> mods) |
Modifier and Type | Class and Description |
---|---|
class |
Clear |
class |
ModificationsList
ModificationsList contains a List
|
class |
Remove
Represents a
CacheWriter.delete(Object) (Object)} modification |
class |
Store
Modification representing
CacheWriter.write(org.infinispan.marshall.core.MarshalledEntry) . |
Modifier and Type | Method and Description |
---|---|
List<? extends Modification> |
ModificationsList.getList() |
Constructor and Description |
---|
ModificationsList(List<? extends Modification> list) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.