Uses of Class
com.tangosol.coherence.config.unit.Millis
Packages that use Millis
Package
Description
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 MillisModifier and TypeMethodDescriptionReadWriteBackingMapScheme.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 MillisModifier and TypeMethodDescriptionvoid
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.