| Interface | Description |
|---|---|
| AllocatorFactory<PoolKey,T> |
Allows you to create an Allocator for PoolKey, invoked each time generic-object-pool expands the object pool.
|
| LoadBalancingStrategy<T,C extends Collection<T>> |
Strategy for choosing which resource pool (for example connections to a specific server)
in a cluster (of servers) to utilize.
|
| ResourceKey<ClusterKey,PoolKey> |
Defines the cluster + pool identity for registering clusters or claiming resources from clusters.
|
| Class | Description |
|---|---|
| ResourceKey.ResourceClusterAndPoolKey<ClusterKey,PoolKey> |
Can be used to register and claim resources with clustering.
|
| ResourceKey.ResourcePoolKey<PoolKey> |
Can be used to register and claim resources without clustering.
|
Copyright © 2019–2024. All rights reserved.