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 TypeMethodDescriptionvoidRemoteCacheManagerAdmin.assignAlias(String aliasName, String cacheName) Assign an alias to a cache.<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) Deprecated, for removal: This API element is subject to removal in a future version.<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) Deprecated, for removal: This API element is subject to removal in a future version.<K,V> RemoteCache <K, V> RemoteCacheManagerAdmin.getOrCreateCache(String name, 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.updateConfigurationAttribute(String cacheName, String attribute, String value) Updates a mutable configuration attribute for the given cache.voidRemoteCacheManagerAdmin.updateIndexSchema(String cacheName) Updates 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 -
Uses of HotRodClientException in org.infinispan.client.hotrod.exceptions
Subclasses of HotRodClientException in org.infinispan.client.hotrod.exceptionsModifier and TypeClassDescriptionclassWhen try to create a transactionalorg.infinispan.client.hotrod.RemoteCachebut the cache in the Hot Rod server isn't transactional, this exception is thrown.classSignals an remote timeout(due to locking) in the infinispan server.classSignals an internal protocol error.classclassThrown when trying to use anRemoteCachethat is associated to anRemoteCacheManagerthat was not started.classThis exception is thrown when the remote cache or cache manager does not have the right lifecycle state for operations to be called on it.classWhen a remote node is suspected and evicted from the cluster while an operation is ongoing, the Hot Rod client emits this exception.classIndicates 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 return HotRodClientExceptionMethods in org.infinispan.client.hotrod.impl that throw HotRodClientExceptionModifier and TypeMethodDescriptionvoidRemoteCacheManagerAdminImpl.assignAlias(String aliasName, String cacheName) <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, 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, BasicConfiguration configuration) voidRemoteCacheManagerAdminImpl.reindexCache(String name) voidRemoteCacheManagerAdminImpl.updateConfigurationAttribute(String name, String attribute, String value) voidRemoteCacheManagerAdminImpl.updateIndexSchema(String name) -
Uses of HotRodClientException in org.infinispan.client.hotrod.logging
Methods in org.infinispan.client.hotrod.logging that return HotRodClientExceptionModifier and TypeMethodDescriptionfinal HotRodClientExceptionLog_$logger.failedToAddListener(Object listener, short status) Log.failedToAddListener(Object listener, short status) final HotRodClientExceptionLog_$logger.invalidTransactionTimeout()final HotRodClientExceptionLog_$logger.jmxRegistrationFailure(Throwable cause) Log.jmxRegistrationFailure(Throwable cause) final HotRodClientExceptionLog_$logger.jmxUnregistrationFailure(Throwable cause) Log.jmxUnregistrationFailure(Throwable cause) final HotRodClientExceptionLog_$logger.noMoreOperationsAllowed()Log.noMoreOperationsAllowed()final HotRodClientExceptionLog_$logger.queryNotSupported()Log.queryNotSupported()final HotRodClientExceptionLog_$logger.transactionTableNotStarted()final HotRodClientExceptionLog_$logger.unableToUnmarshallBytes(String bytes, Exception e) Log.unableToUnmarshallBytes(String bytes, Exception e) final HotRodClientExceptionLog_$logger.unknownEvent(short eventTypeId) Log.unknownEvent(short eventTypeId)
RemoteCacheManagerAdmin.createCache(String, String)instead