Package | Description |
---|---|
org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
org.infinispan.client.hotrod.exceptions |
HotRod Client Exceptions
|
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 |
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.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.