PoolFactory Methods |
The PoolFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddLocator |
Add a locator, given its host and port, to this factory.
|
![]() | AddServer |
Add a server, given its host and port, to this factory.
|
![]() | Create |
Create a new Pool for connecting a client to a set of GemFire Cache Servers.
using this factory's settings for attributes.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Reset |
Resets the configuration of this factory to its defaults.
|
![]() | SetFreeConnectionTimeout |
Sets the free connection timeout for this pool.
|
![]() | SetIdleTimeout |
Set the amount of time a connection can be idle before expiring the connection.
|
![]() | SetLoadConditioningInterval |
Sets the load conditioning interval for this pool.
|
![]() | SetMaxConnections |
Set the max number of client to server connections that the pool will create.
|
![]() | SetMinConnections |
Set the minimum number of connections to keep available at all times.
|
![]() | SetMultiuserAuthentication |
Sets whether pool is in multiuser mode
If its in multiuser mode then app needs to get instance of cache from pool.getCache("creds"), to do the operations on cache.
|
![]() | SetPingInterval |
Set how often to ping servers to verify that they are still alive.
|
![]() | SetPRSingleHopEnabled | |
![]() | SetReadTimeout |
Sets the number of milliseconds to wait for a response from a server before
timing out the operation and trying another server (if any are available).
|
![]() | SetRetryAttempts |
Set the number of times to retry a request after timeout/exception.
|
![]() | SetServerGroup |
Configures the group that all servers this pool connects to must belong to.
|
![]() | SetSocketBufferSize |
Sets the socket buffer size for each connection made in this pool.
|
![]() | SetStatisticInterval |
Set how often to send client statistics to the server.
|
![]() | SetSubscriptionAckInterval |
Sets the is the interval in milliseconds to wait before sending
acknowledgements to the bridge server for events received from the server subscriptions.
|
![]() | SetSubscriptionEnabled |
Enable subscriptions.
|
![]() | SetSubscriptionMessageTrackingTimeout |
Sets the messageTrackingTimeout attribute which is the time-to-live period,
in milliseconds, for subscription events the client has received from the server.
|
![]() | SetSubscriptionRedundancy |
Sets the redundancy level for this pools server-to-client subscriptions.
|
![]() | SetThreadLocalConnections |
Enable ThreadLocalConnection.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |