Package com.tangosol.coherence.config.unit


package com.tangosol.coherence.config.unit
Defines the standard units of measure for the Coherence configuration object model.
Since:
12.1.2
  • Classes
    Class
    Description
    Bytes is a specialized MemorySize whose default constructor assumes that the specified units (when a magnitude is not specified) are always bytes.
    Megabytes is a specialized MemorySize whose default constructor assumes that the specified units (when a they are not specified) are measured in megabytes.
    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 is a specialized Duration whose default constructor assumes that the specified units of time (when the unit magnitude is not specified) are seconds.
    Units is a union of MemorySize and unit count.