T
- The type of the resources to free space on.public interface PoolEvictor<T extends PoolParticipant>
Modifier and Type | Method and Description |
---|---|
boolean |
freeSpace(Collection<PoolAccessor<T>> from,
long bytes)
Free at least N bytes from a collection of resources
|
boolean freeSpace(Collection<PoolAccessor<T>> from, long bytes)
from
- a collection of resources to free frombytes
- the number of bytes to free upCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.