Uses of Class
com.tangosol.coherence.config.unit.Seconds
-
Packages that use Seconds Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.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. -
-
Uses of Seconds in com.tangosol.coherence.config.builder
Fields in com.tangosol.coherence.config.builder declared as Seconds Modifier and Type Field Description static Seconds
SSLSocketProviderDependenciesBuilder. NO_REFRESH
The default auto-refresh period - no refresh.Methods in com.tangosol.coherence.config.builder that return Seconds Modifier and Type Method Description Seconds
SSLSocketProviderDependenciesBuilder. getRefreshPeriod()
Return the period to use to auto-refresh keys and certs.Methods in com.tangosol.coherence.config.builder with parameters of type Seconds Modifier and Type Method Description void
SSLSocketProviderDependenciesBuilder. 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 Seconds Modifier and Type Method Description Seconds
AbstractJournalScheme. getExpiryDelay(ParameterResolver resolver)
Return the amount of time since the last update that entries are kept by the cache before being expired.Seconds
CaffeineScheme. getExpiryDelay(ParameterResolver resolver)
Return the amount of time since the last update that entries are kept by the cache before being expired.Seconds
ExternalScheme. getExpiryDelay(ParameterResolver resolver)
Return the amount of time since the last update that entries are kept by the cache before being expired.Seconds
LocalScheme. getExpiryDelay(ParameterResolver resolver)
Return the amount of time since the last update that entries are kept by the cache before being expired.Seconds
OverflowScheme. getExpiryDelay(ParameterResolver resolver)
Return the amount of time since the last update that entries are kept by the cache before being expired.Seconds
PagedTopicScheme. getExpiryDelay(ParameterResolver resolver)
Return the amount of time that elements offered to the queue remain visible to consumers.Seconds
PagedExternalScheme. getPageDurationSeconds(ParameterResolver resolver)
Return the length of time that a page in the cache is current.Seconds
PagedTopicScheme. getReconnectRetryMillis(ParameterResolver resolver)
Return the amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected.Seconds
PagedTopicScheme. getReconnectTimeoutMillis(ParameterResolver resolver)
Returns the maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected.Seconds
PagedTopicScheme. getReconnectWaitMillis(ParameterResolver resolver)
Return the amount of time publishers and subscribers will wait before attempts to reconnect after being disconnected.Seconds
PagedTopicScheme. getSubscriberTimeout(ParameterResolver resolver)
Returns the subscriber timeout value.Seconds
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 Seconds Modifier and Type Method Description void
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
Fields in com.tangosol.net.topic declared as Seconds Modifier and Type Field Description static Seconds
NamedTopic. DEFAULT_RECONNECT_RETRY_SECONDS
The default reconnect retry.static Seconds
NamedTopic. DEFAULT_RECONNECT_TIMEOUT_SECONDS
The default reconnect timeout.static Seconds
NamedTopic. DEFAULT_RECONNECT_WAIT_SECONDS
The default reconnect wait.static Seconds
NamedTopic. DEFAULT_SUBSCRIBER_TIMEOUT_SECONDS
The default subscriber timeout.
-