|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.clustered.common.PoolAllocation.Shared
public static final class PoolAllocation.Shared
Describes a shared allocation for clustered storage. When using a shared pool, allocation requests are satisfied from the server-based shared resource pool identified.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ehcache.clustered.common.PoolAllocation |
---|
PoolAllocation.Dedicated, PoolAllocation.Shared, PoolAllocation.Unknown |
Constructor Summary | |
---|---|
PoolAllocation.Shared(java.lang.String resourcePoolName)
Create a new shared PoolAllocation . |
Method Summary | |
---|---|
java.lang.String |
getResourcePoolName()
Gets the name of the server-side storage resource pool from which allocations for a store configured with this PoolAllocation are sub-allocated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoolAllocation.Shared(java.lang.String resourcePoolName)
PoolAllocation
.
resourcePoolName
- the server-side shared resource pool from which allocations are madeMethod Detail |
---|
public java.lang.String getResourcePoolName()
PoolAllocation
are sub-allocated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |