Uses of Class
com.tangosol.coherence.config.unit.Seconds
Packages that use Seconds
Package
Description
Defines the typical runtime configuration builders for the Coherence
 configuration object model.
Defines the Coherence configuration object model classes and interfaces for
 Caching and Service Schemes.
Contains classes that providing topic entities for publish/subscribe messaging.
- 
Uses of Seconds in com.tangosol.coherence.config.builder
Fields in com.tangosol.coherence.config.builder declared as SecondsModifier and TypeFieldDescriptionstatic final SecondsSSLSocketProviderDependenciesBuilder.NO_REFRESHThe default auto-refresh period - no refresh.Methods in com.tangosol.coherence.config.builder that return SecondsModifier and TypeMethodDescriptionSSLSocketProviderDependenciesBuilder.getRefreshPeriod()Return the period to use to auto-refresh keys and certs.Methods in com.tangosol.coherence.config.builder with parameters of type SecondsModifier and TypeMethodDescriptionvoidSSLSocketProviderDependenciesBuilder.setRefreshPeriod(Seconds refreshPeriod) Set the auto-refresh period. - 
Uses of Seconds in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return SecondsModifier and TypeMethodDescriptionAbstractJournalScheme.getExpiryDelay(ParameterResolver resolver) Return the amount of time since the last update that entries are kept by the cache before being expired.CaffeineScheme.getExpiryDelay(ParameterResolver resolver) Return the amount of time since the last update that entries are kept by the cache before being expired.ExternalScheme.getExpiryDelay(ParameterResolver resolver) Return the amount of time since the last update that entries are kept by the cache before being expired.LocalScheme.getExpiryDelay(ParameterResolver resolver) Return the amount of time since the last update that entries are kept by the cache before being expired.OverflowScheme.getExpiryDelay(ParameterResolver resolver) Return the amount of time since the last update that entries are kept by the cache before being expired.PagedTopicScheme.getExpiryDelay(ParameterResolver resolver) Return the amount of time that elements offered to the queue remain visible to consumers.PagedExternalScheme.getPageDurationSeconds(ParameterResolver resolver) Return the length of time that a page in the cache is current.PagedTopicScheme.getReconnectRetryMillis(ParameterResolver resolver) Return the amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected.PagedTopicScheme.getReconnectTimeoutMillis(ParameterResolver resolver) Returns the maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected.PagedTopicScheme.getReconnectWaitMillis(ParameterResolver resolver) Return the amount of time publishers and subscribers will wait before attempts to reconnect after being disconnected.PagedTopicScheme.getSubscriberTimeout(ParameterResolver resolver) Returns the subscriber timeout value.ReadWriteBackingMapScheme.getWriteDelay(ParameterResolver resolver) Return the time interval to defer asynchronous writes to the cache store for a write-behind queue.Method parameters in com.tangosol.coherence.config.scheme with type arguments of type SecondsModifier and TypeMethodDescriptionvoidAbstractJournalScheme.setExpiryDelay(Expression<Seconds> expr) Set the expiry delay.voidCaffeineScheme.setExpiryDelay(Expression<Seconds> expr) Set the expiry delay.voidExternalScheme.setExpiryDelay(Expression<Seconds> expr) Set the expiry delay.voidLocalScheme.setExpiryDelay(Expression<Seconds> expr) Set the expiry delay.voidOverflowScheme.setExpiryDelay(Expression<Seconds> expr) Set the expiry delay.voidPagedTopicScheme.setExpiryDelay(Expression<Seconds> expr) Set the amount of time that elements offered to the queue remain visible to consumers.voidPagedExternalScheme.setPageDurationSeconds(Expression<Seconds> expr) Set the page duration.voidPagedTopicScheme.setReconnectRetryMillis(Expression<Seconds> expr) Set the amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected.voidPagedTopicScheme.setReconnectTimeoutMillis(Expression<Seconds> expr) Set the maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected.voidPagedTopicScheme.setReconnectWaitMillis(Expression<Seconds> expr) Set the amount of time publishers and subscribers will wait before attempts to reconnect after being disconnected.voidPagedTopicScheme.setSubscriberTimeout(Expression<Seconds> expr) Set the subscriber timeout value.voidReadWriteBackingMapScheme.setWriteDelay(Expression<Seconds> expr) Set the write behind delay. - 
Uses of Seconds in com.tangosol.net.topic
Fields in com.tangosol.net.topic declared as SecondsModifier and TypeFieldDescriptionstatic final SecondsNamedTopic.DEFAULT_RECONNECT_RETRY_SECONDSThe default reconnect retry.static final SecondsNamedTopic.DEFAULT_RECONNECT_TIMEOUT_SECONDSThe default reconnect timeout.static final SecondsNamedTopic.DEFAULT_RECONNECT_WAIT_SECONDSThe default reconnect wait.static final SecondsNamedTopic.DEFAULT_SUBSCRIBER_TIMEOUT_SECONDSThe default subscriber timeout.