Uses of Package
com.tangosol.coherence.config.unit
-
Packages that use com.tangosol.coherence.config.unit Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.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.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
Classes in com.tangosol.coherence.config.unit used by com.tangosol.coherence.config.builder Class Description Seconds Seconds
is a specializedDuration
whose default constructor assumes that the specified units of time (when the unit magnitude is not specified) are seconds. -
Classes in com.tangosol.coherence.config.unit used by com.tangosol.coherence.config.builder.storemanager Class Description Bytes Bytes
is a specializedMemorySize
whose default constructor assumes that the specified units (when a magnitude is not specified) are always bytes.Megabytes Megabytes
is a specializedMemorySize
whose default constructor assumes that the specified units (when a they are not specified) are measured in megabytes. -
Classes in com.tangosol.coherence.config.unit used by com.tangosol.coherence.config.scheme Class Description Millis Millis
is a specializedDuration
whose default constructor assumes that the specified units of time (when the unit magnitude is not specified) are milliseconds.Seconds Seconds
is a specializedDuration
whose default constructor assumes that the specified units of time (when the unit magnitude is not specified) are seconds.Units Units
is a union ofMemorySize
and unit count. -
Classes in com.tangosol.coherence.config.unit used by com.tangosol.net.topic Class Description Seconds Seconds
is a specializedDuration
whose default constructor assumes that the specified units of time (when the unit magnitude is not specified) are seconds.