Package wisp. lease. pool
Types
Link copied to clipboard
class PoolLease(delegateLease: Lease, poolLeaseManager: PoolLeaseManager) : Lease
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PoolLeaseManager(delegateLeaseManager: LeaseManager, deployment: Deployment, poolConfig: List<PoolLeaseConfig>) : LeaseManager
Content copied to clipboard
A LeaseManager that ensures that leases that are in the same lease pool are acquired on different instances. It requires a delegate LeaseManager to handle the Lease implementation.