org.ehcache.clustered.common
Interface PoolAllocation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
PoolAllocation.Dedicated, PoolAllocation.Shared, PoolAllocation.Unknown

public interface PoolAllocation
extends java.io.Serializable

PoolAllocation


Nested Class Summary
static class PoolAllocation.Dedicated
          Describes a dedicated-size allocation for clustered storage.
static class PoolAllocation.Shared
          Describes a shared allocation for clustered storage.
static class PoolAllocation.Unknown
          Creates a Pool Allocation which inherits the Shared or Dedicated Pool Allocation from a cache which is already configured on the server.