Package org.apache.geode.cache.client
package org.apache.geode.cache.client
-
ClassDescriptionIndicates that the connection pool is at its maximum size and all connections are in use.A ClientCache instance controls the life cycle of the local singleton cache in a client.Factory class used to create the singleton
client cacheand connect to one or more GemFire Cache Servers.Deprecated.as of 6.5 this exception is no longer thrown by GemFire so any code that catches it should be removed.ClientRegionFactory<K,V> A factory for constructingclient cacheregions.Each enum represents a predefinedRegionAttributesin aClientCache.An exception indicating that there are no active locators available to connect to.An exception indicating that there are no active servers available to connect to.A pool for connections from a client to a set of GemFire Cache Servers.This interface provides for the configuration and creation of instances ofPool.Manages creation and access toconnection poolsfor clients.A generic exception indicating that a failure has happened while communicating with a gemfire server.An exception indicating that a failure has happened on the server while processing an operation that was sent to it by a client.AServerRefusedConnectionExceptionindicates a client attempted to connect to a server, but the handshake was rejected.A socket factory used to create sockets from a client to locators or servers.An exception indicating that client subscriptions are not enabled on this client, but the client is trying to perform an operation that requires a client subscription, such asRegion.registerInterest(Object).