Pool Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The Pool type exposes the following members.
Name | Description | |
---|---|---|
![]() | Destroyed |
Indicates whether this Pool has been
destroyed.
|
![]() | FreeConnectionTimeout |
Returns the connection timeout of this pool.
|
![]() | IdleTimeout |
Get the Idle connection timeout for this pool.
|
![]() | LoadConditioningInterval |
Returns the load conditioning interval of this pool.
|
![]() | Locators |
Returns an unmodifiable list of locators
this pool is using. Each locator is either one
added explicitly when the pool was created or
were discovered using the explicit locators.
|
![]() | MaxConnections |
Get the maximum connections for this pool.
|
![]() | MinConnections |
Get the minimum connections for this pool.
|
![]() | MultiuserAuthentication | |
![]() | Name |
Get the name of the pool
|
![]() | PingInterval |
Get the ping interval for this pool.
|
![]() | PRSingleHopEnabled |
Returns the true if a pr-single-hop is set to true on this pool.
|
![]() | ReadTimeout |
Returns the read timeout of this pool.
|
![]() | RetryAttempts |
Get the retry attempts for this pool.
|
![]() | ServerGroup |
Returns the server group of this pool.
|
![]() | Servers | |
![]() | SocketBufferSize |
Returns the socket buffer size of this pool.
|
![]() | StatisticInterval |
Get the statistic interval for this pool.
|
![]() | SubscriptionAckInterval |
Returns the subscription ack interval of this pool.
|
![]() | SubscriptionEnabled |
Returns the true if a server-to-client subscriptions are enabled on this pool.
|
![]() | SubscriptionMessageTrackingTimeout |
Returns the subscription message tracking timeout of this pool.
|
![]() | SubscriptionRedundancy |
Returns the subscription redundancy level of this pool.
|
![]() | ThreadLocalConnections |
Returns the true if ThreadLocalConnections are enabled on this pool.
|
Name | Description | |
---|---|---|
![]() | Destroy |
Destroys this pool closing any connections it produced.
|
![]() | Destroy(Boolean) |
Destroys this pool closing any connections it produced.
|
![]() | 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.) |
![]() | GetQueryService |
Returns the QueryService for this Pool.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |