Uses of Class
com.tangosol.coherence.config.unit.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
Modifier and TypeFieldDescriptionstatic final Seconds
SSLSocketProviderDependenciesBuilder.NO_REFRESH
The default auto-refresh period - no refresh.Modifier and TypeMethodDescriptionSSLSocketProviderDependenciesBuilder.getRefreshPeriod()
Return the period to use to auto-refresh keys and certs.Modifier and TypeMethodDescriptionvoid
SSLSocketProviderDependenciesBuilder.setRefreshPeriod
(Seconds refreshPeriod) Set the auto-refresh period. -
Uses of Seconds in com.tangosol.coherence.config.scheme
Modifier 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.Modifier and TypeMethodDescriptionvoid
AbstractJournalScheme.setExpiryDelay
(Expression<Seconds> expr) Set the expiry delay.void
CaffeineScheme.setExpiryDelay
(Expression<Seconds> expr) Set the expiry delay.void
ExternalScheme.setExpiryDelay
(Expression<Seconds> expr) Set the expiry delay.void
LocalScheme.setExpiryDelay
(Expression<Seconds> expr) Set the expiry delay.void
OverflowScheme.setExpiryDelay
(Expression<Seconds> expr) Set the expiry delay.void
PagedTopicScheme.setExpiryDelay
(Expression<Seconds> expr) Set the amount of time that elements offered to the queue remain visible to consumers.void
PagedExternalScheme.setPageDurationSeconds
(Expression<Seconds> expr) Set the page duration.void
PagedTopicScheme.setReconnectRetryMillis
(Expression<Seconds> expr) Set the amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected.void
PagedTopicScheme.setReconnectTimeoutMillis
(Expression<Seconds> expr) Set the maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected.void
PagedTopicScheme.setReconnectWaitMillis
(Expression<Seconds> expr) Set the amount of time publishers and subscribers will wait before attempts to reconnect after being disconnected.void
PagedTopicScheme.setSubscriberTimeout
(Expression<Seconds> expr) Set the subscriber timeout value.void
ReadWriteBackingMapScheme.setWriteDelay
(Expression<Seconds> expr) Set the write behind delay. -
Uses of Seconds in com.tangosol.net.topic
Modifier and TypeFieldDescriptionstatic final Seconds
NamedTopic.DEFAULT_RECONNECT_RETRY_SECONDS
The default reconnect retry.static final Seconds
NamedTopic.DEFAULT_RECONNECT_TIMEOUT_SECONDS
The default reconnect timeout.static final Seconds
NamedTopic.DEFAULT_RECONNECT_WAIT_SECONDS
The default reconnect wait.static final Seconds
NamedTopic.DEFAULT_SUBSCRIBER_TIMEOUT_SECONDS
The default subscriber timeout.