public interface PoolAllocation
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
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.
|