Class PoolFactory
Pool factory
Inheritance
System.Object
PoolFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Common.Pool
Assembly: FixAntenna.Common.dll
Syntax
public class PoolFactory
Methods
GetConcurrentBucketsPool<T>(Int32, Int32, Int32, IPoolableProvider<T>)
Declaration
public static IPool<T> GetConcurrentBucketsPool<T>(int numberOfBuckets, int initBucketSize, int maxBucketSize, IPoolableProvider<T> poolableProvider)
where T : class
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | numberOfBuckets | |
| System.Int32 | initBucketSize | |
| System.Int32 | maxBucketSize | |
| IPoolableProvider<T> | poolableProvider |
Returns
| Type | Description |
|---|---|
| IPool<T> |
Type Parameters
| Name | Description |
|---|---|
| T |