Uses of Class
com.tangosol.coherence.config.unit.Millis
-
Packages that use Millis Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes. -
-
Uses of Millis in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return Millis Modifier and Type Method Description Millis
ReadWriteBackingMapScheme. getCacheStoreTimeout(ParameterResolver resolver)
Return the timeout interval to use for CacheStore read and write operations.Method parameters in com.tangosol.coherence.config.scheme with type arguments of type Millis Modifier and Type Method Description void
ReadWriteBackingMapScheme. setCacheStoreTimeout(Expression<Millis> expr)
Set the timeout interval to use for CacheStore/CacheLoader read and write operations.void
BundleManager.BundleConfig. setDelayMillis(Expression<Millis> expr)
Set the write delay.
-