Package | Description |
---|---|
com.tangosol.coherence.config.builder.storemanager |
Defines external Store Manager Builder implementations for Coherence caches
|
com.tangosol.coherence.config.scheme |
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
|
Class and Description |
---|
Bytes
Bytes is a specialized MemorySize whose default constructor
assumes that the specified units (when a magnitude is not specified) are always bytes. |
Megabytes
Megabytes is a specialized MemorySize whose default constructor
assumes that the specified units (when a they are not specified) are
measured in megabytes. |
Class and Description |
---|
Millis
Millis is a specialized Duration whose default constructor
assumes that the specified units of time (when the unit magnitude is not
specified) are milliseconds. |
Seconds
Seconds is a specialized Duration whose default constructor
assumes that the specified units of time (when the unit magnitude is not
specified) are seconds. |
Units
Units is a union of MemorySize and unit count. |