Package | Description |
---|---|
org.infinispan.persistence.util | |
org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Method and Description |
---|---|
CacheEntry<K,V> |
PersistenceManagerCloseableSupplier.get() |
Modifier and Type | Method and Description |
---|---|
void |
SelfDeliverFilter.validate() |
void |
TimeoutValidationResponseFilter.validate()
Validates the filter state.
|
void |
KeysValidateFilter.validate() |
Modifier and Type | Method and Description |
---|---|
TimeoutException |
JGroupsTransport.addSuppressedExceptions(TimeoutException timeoutException,
Responses rsps) |
Modifier and Type | Method and Description |
---|---|
TimeoutException |
JGroupsTransport.addSuppressedExceptions(TimeoutException timeoutException,
Responses rsps) |
Modifier and Type | Method and Description |
---|---|
void |
LockPromise.lock()
It locks the key (or keys) associated to this promise.
|
Modifier and Type | Method and Description |
---|---|
TimeoutException |
Log.remoteNodeTimedOut(Address address,
long time,
TimeUnit unit) |
TimeoutException |
Log.remoteTransactionStatusMissing(GlobalTransaction gtx) |
TimeoutException |
Log.timeoutWaitingForInitialNodes(int initialClusterSize,
List<?> members) |
TimeoutException |
Log.timeoutWaitingForView(int expectedViewId,
int currentViewId,
Object clusterManagerStatus) |
TimeoutException |
Log.unableToAcquireLock(String timeout,
Object key,
Object requestor,
Object owner) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.