Uses of Class
org.infinispan.client.hotrod.exceptions.HotRodClientException
-
Packages that use HotRodClientException Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.event Hot Rod client remote event API.org.infinispan.client.hotrod.exceptions Hot Rod client exceptions.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.logging -
-
Uses of HotRodClientException in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that throw HotRodClientException Modifier and Type Method Description <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, org.infinispan.commons.configuration.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, org.infinispan.commons.configuration.BasicConfiguration configuration)Retrieves an existing cache on the remote server cluster.voidRemoteCacheManagerAdmin. reindexCache(String name)Performs a mass reindexing of the specified cache.voidRemoteCacheManagerAdmin. removeCache(String name)Removes a cache from the remote server cluster.voidRemoteCacheManagerAdmin. updateIndexSchema(String cacheName)Update the index schema state for the given cache, the cache engine is hot restarted so that index persisted or not persisted state will be preserved. -
Uses of HotRodClientException in org.infinispan.client.hotrod.event
Subclasses of HotRodClientException in org.infinispan.client.hotrod.event Modifier and Type Class Description classIncorrectClientListenerException -
Uses of HotRodClientException in org.infinispan.client.hotrod.exceptions
Subclasses of HotRodClientException in org.infinispan.client.hotrod.exceptions Modifier and Type Class Description classCacheNotTransactionalExceptionWhen try to create a transactionalorg.infinispan.client.hotrod.RemoteCachebut the cache in the Hot Rod server isn't transactional, this exception is thrown.classHotRodTimeoutExceptionSignals an remote timeout(due to locking) in the infinispan server.classInvalidResponseExceptionSignals an internal protocol error.classParallelOperationExceptionclassRemoteCacheManagerNotStartedExceptionThrown when trying to use anRemoteCachethat is associated to anRemoteCacheManagerthat was not started.classRemoteIllegalLifecycleStateExceptionThis exception is thrown when the remote cache or cache manager does not have the right lifecycle state for operations to be called on it.classRemoteNodeSuspectExceptionWhen a remote node is suspected and evicted from the cluster while an operation is ongoing, the Hot Rod client emits this exception.classTransportExceptionIndicates a communication exception with the Hot Rod server: e.g. -
Uses of HotRodClientException in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that throw HotRodClientException Modifier and Type Method Description <K,V>
RemoteCache<K,V>RemoteCacheManagerAdminImpl. createCache(String name, String template)<K,V>
RemoteCache<K,V>RemoteCacheManagerAdminImpl. createCache(String name, DefaultTemplate template)<K,V>
RemoteCache<K,V>RemoteCacheManagerAdminImpl. createCache(String name, org.infinispan.commons.configuration.BasicConfiguration configuration)<K,V>
RemoteCache<K,V>RemoteCacheManagerAdminImpl. getOrCreateCache(String name, String template)<K,V>
RemoteCache<K,V>RemoteCacheManagerAdminImpl. getOrCreateCache(String name, DefaultTemplate template)<K,V>
RemoteCache<K,V>RemoteCacheManagerAdminImpl. getOrCreateCache(String name, org.infinispan.commons.configuration.BasicConfiguration configuration)voidRemoteCacheManagerAdminImpl. reindexCache(String name)voidRemoteCacheManagerAdminImpl. updateIndexSchema(String name) -
Uses of HotRodClientException in org.infinispan.client.hotrod.logging
-