| Package | Description |
|---|---|
| org.infinispan.persistence.modifications |
Modifications that are used to encapsulate cache operations for application to a
CacheStore. |
| 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(MarshallableEntry). |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Modification> |
ModificationsList.getList() |
| Constructor and Description |
|---|
ModificationsList(List<? extends Modification> list) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.