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