Click or drag to resize
Pool Class

Note: This API is now obsolete.

A pool of connections.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::Pool>]
    GemStone.GemFire.CachePool

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class Pool : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::Pool>]

The Pool type exposes the following members.

Properties
  NameDescription
Public propertyDestroyed
Indicates whether this Pool has been destroyed.
Public propertyFreeConnectionTimeout
Returns the connection timeout of this pool.
Public propertyIdleTimeout
Get the Idle connection timeout for this pool.
Public propertyLoadConditioningInterval
Returns the load conditioning interval of this pool.
Public propertyLocators
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.
Public propertyMaxConnections
Get the maximum connections for this pool.
Public propertyMinConnections
Get the minimum connections for this pool.
Public propertyMultiuserAuthentication
Public propertyName
Get the name of the pool
Public propertyPingInterval
Get the ping interval for this pool.
Public propertyPRSingleHopEnabled
Returns the true if a pr-single-hop is set to true on this pool.
Public propertyReadTimeout
Returns the read timeout of this pool.
Public propertyRetryAttempts
Get the retry attempts for this pool.
Public propertyServerGroup
Returns the server group of this pool.
Public propertyServers
Public propertySocketBufferSize
Returns the socket buffer size of this pool.
Public propertyStatisticInterval
Get the statistic interval for this pool.
Public propertySubscriptionAckInterval
Returns the subscription ack interval of this pool.
Public propertySubscriptionEnabled
Returns the true if a server-to-client subscriptions are enabled on this pool.
Public propertySubscriptionMessageTrackingTimeout
Returns the subscription message tracking timeout of this pool.
Public propertySubscriptionRedundancy
Returns the subscription redundancy level of this pool.
Public propertyThreadLocalConnections
Returns the true if ThreadLocalConnections are enabled on this pool.
Top
Methods
  NameDescription
Public methodDestroy
Destroys this pool closing any connections it produced.
Public methodDestroy(Boolean)
Destroys this pool closing any connections it produced.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetQueryService
Returns the QueryService for this Pool.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
A pool of connections from a GemFire client to a set of GemFire servers.
See Also