public class BalancedAccessEvictor extends Object implements PoolEvictor<PoolParticipant>
| Constructor and Description |
|---|
BalancedAccessEvictor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
freeSpace(Collection<PoolAccessor<PoolParticipant>> from,
long bytes)
Free at least N bytes from a collection of resources
|
public boolean freeSpace(Collection<PoolAccessor<PoolParticipant>> from, long bytes)
freeSpace in interface PoolEvictor<PoolParticipant>from - a collection of resources to free frombytes - the number of bytes to free upCopyright 2001-2021, Terracotta, Inc.