org.ehcache.clustered.client.config
Interface SharedClusteredResourcePool

All Superinterfaces:
ClusteredResourcePool, org.ehcache.config.ResourcePool

public interface SharedClusteredResourcePool
extends ClusteredResourcePool

Specifies a ClusteredResourcePool sharing space in a server-based clustered resource. The amount of space used for SharedClusteredResourcePool is designated only in server configuration and is shared among all SharedClusteredResourcePool instances using the same shared resource name.


Method Summary
 java.lang.String getSharedResourcePool()
          Identifies the server-side clustered resource shared with this resource pool.
 
Methods inherited from interface org.ehcache.clustered.client.config.ClusteredResourcePool
getPoolAllocation, getType
 
Methods inherited from interface org.ehcache.config.ResourcePool
isPersistent, validateUpdate
 

Method Detail

getSharedResourcePool

java.lang.String getSharedResourcePool()
Identifies the server-side clustered resource shared with this resource pool.

Returns:
the server-side clustered resource id