|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourcePools
A collection of resource pools
a cache has at its disposal to store its mappings.
Method Summary | |
---|---|
ResourcePool |
getPoolForResource(ResourceType resourceType)
Get a specific ResourcePool based on its type. |
java.util.Set<ResourceType> |
getResourceTypeSet()
Get the set of ResourceType of all the pools present in the ResourcePools |
Method Detail |
---|
ResourcePool getPoolForResource(ResourceType resourceType)
ResourcePool
based on its type.
resourceType
- the type of resource the pool is tracking.
ResourcePool
, or null if there is no pool tracking the requested type.java.util.Set<ResourceType> getResourceTypeSet()
ResourceType
of all the pools present in the ResourcePools
ResourceType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |