Package | Description |
---|---|
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.eviction.impl | |
org.infinispan.persistence.async | |
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheWriter ) that polls other nodes in the cluster for state. |
org.infinispan.persistence.keymappers | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Method and Description |
---|---|
void |
PassivationManager.passivateAll() |
Modifier and Type | Method and Description |
---|---|
void |
PassivationManagerImpl.passivateAll() |
void |
PassivationManagerStub.passivateAll() |
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncCacheWriter.applyModificationsSync(List<Modification> mods) |
Modifier and Type | Method and Description |
---|---|
MarshalledEntry |
ClusterLoader.load(Object key) |
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedKeyTypeException
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.
|
Modifier and Type | Method and Description |
---|---|
PersistenceException |
Log.errorReadingFileStore(String path,
long offset) |
PersistenceException |
Log.purgingExpiredEntriesFailed(Throwable cause) |
PersistenceException |
Log.timedOutWaitingForExpiredEntriesToBePurged(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
Log.problemsPurgingFile(File buckedFile,
PersistenceException e) |
void |
Log.unableToLoadFromCacheLoader(Object key,
PersistenceException cle) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.