Package | Description |
---|---|
org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
org.infinispan.client.hotrod.exceptions |
HotRod Client Exceptions
|
org.infinispan.client.hotrod.impl.operations | |
org.infinispan.client.hotrod.logging |
Modifier and Type | Class and Description |
---|---|
class |
IncorrectClientListenerException |
Modifier and Type | Class and Description |
---|---|
class |
HotRodTimeoutException
Signals an remote timeout(due to locking) in the infinispan server.
|
class |
InvalidResponseException
Signals an internal protocol error.
|
class |
ParallelOperationException |
class |
RemoteCacheManagerNotStartedException
Thrown when trying to use an
RemoteCache that is associated to an
RemoteCacheManager that was not started. |
class |
RemoteIllegalLifecycleStateException
This exception is thrown when the remote cache or cache manager does not
have the right lifecycle state for operations to be called on it.
|
class |
RemoteNodeSuspectException
When a remote node is suspected and evicted from the cluster while an
operation is ongoing, the Hot Rod client emits this exception.
|
class |
TransportException
Indicates a communication exception with the Hot Rod server: e.g.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RetryOnFailureOperation.logErrorAndThrowExceptionIfNeeded(int i,
HotRodClientException e) |
protected int |
RetryOnFailureOperation.logTransportErrorAndThrowExceptionIfNeeded(int i,
String failedClusterName,
HotRodClientException e) |
Modifier and Type | Method and Description |
---|---|
HotRodClientException |
Log_$logger.unableToUnmarshallBytes(String bytes,
Exception e) |
HotRodClientException |
Log.unableToUnmarshallBytes(String bytes,
Exception e) |
HotRodClientException |
Log_$logger.unknownEvent(short eventTypeId) |
HotRodClientException |
Log.unknownEvent(short eventTypeId) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.exceptionAndNoRetriesLeft(int retry,
int maxRetries,
HotRodClientException te) |
void |
Log.exceptionAndNoRetriesLeft(int retry,
int maxRetries,
HotRodClientException te) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.