Uses of Class
org.infinispan.client.hotrod.exceptions.HotRodClientException
Packages that use HotRodClientException
Package
Description
Hot Rod client API.
Hot Rod client remote event API.
Hot Rod client exceptions.
-
Uses of HotRodClientException in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that throw HotRodClientExceptionModifier and TypeMethodDescription<K,
V> RemoteCache<K, V> RemoteCacheManagerAdmin.createCache
(String name, String template) Creates a cache on the remote server cluster using the specified template name.<K,
V> RemoteCache<K, V> RemoteCacheManagerAdmin.createCache
(String name, DefaultTemplate template) Creates a cache on the remote server cluster using the specified default configuration template present in the server.<K,
V> RemoteCache<K, V> RemoteCacheManagerAdmin.createCache
(String name, BasicConfiguration configuration) Creates a cache on the remote server cluster using the specified configuration<K,
V> RemoteCache<K, V> RemoteCacheManagerAdmin.getOrCreateCache
(String name, String template) Retrieves an existing cache on the remote server cluster.<K,
V> RemoteCache<K, V> RemoteCacheManagerAdmin.getOrCreateCache
(String name, DefaultTemplate template) Retrieves an existing cache on the remote server cluster.<K,
V> RemoteCache<K, V> RemoteCacheManagerAdmin.getOrCreateCache
(String name, BasicConfiguration configuration) Retrieves an existing cache on the remote server cluster.void
RemoteCacheManagerAdmin.reindexCache
(String name) Performs a mass reindexing of the specified cache.void
RemoteCacheManagerAdmin.removeCache
(String name) Removes a cache from the remote server cluster. -
Uses of HotRodClientException in org.infinispan.client.hotrod.event
Subclasses of HotRodClientException in org.infinispan.client.hotrod.event -
Uses of HotRodClientException in org.infinispan.client.hotrod.exceptions
Subclasses of HotRodClientException in org.infinispan.client.hotrod.exceptionsModifier and TypeClassDescriptionclass
When try to create a transactionalorg.infinispan.client.hotrod.RemoteCache
but the cache in the Hot Rod server isn't transactional, this exception is thrown.class
Signals an remote timeout(due to locking) in the infinispan server.class
Signals an internal protocol error.class
class
Thrown when trying to use anRemoteCache
that is associated to anRemoteCacheManager
that was not started.class
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
When a remote node is suspected and evicted from the cluster while an operation is ongoing, the Hot Rod client emits this exception.class
Indicates a communication exception with the Hot Rod server: e.g.