| Package | Description |
|---|---|
| org.infinispan.eviction |
Classes related to eviction.
|
| org.infinispan.persistence.cluster |
A
CacheLoader (not CacheWriter) that polls other nodes in the cluster for state. |
| org.infinispan.persistence.remote |
HotRod-based
AdvancedLoadWriteStore |
| Modifier and Type | Method and Description |
|---|---|
void |
PassivationManager.passivateAll() |
| Modifier and Type | Method and Description |
|---|---|
MarshalledEntry |
ClusterLoader.load(Object key) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteStore.clear() |
boolean |
RemoteStore.contains(Object key) |
boolean |
RemoteStore.delete(Object key) |
MarshalledEntry |
RemoteStore.load(Object key) |
void |
RemoteStore.start() |
void |
RemoteStore.stop() |
void |
RemoteStore.write(MarshalledEntry entry) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.