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 SecondsSSLSocketProviderDependenciesBuilder. NO_REFRESHThe default auto-refresh period - no refresh.Methods in com.tangosol.coherence.config.builder that return Seconds Modifier and Type Method Description SecondsSSLSocketProviderDependenciesBuilder. 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 voidSSLSocketProviderDependenciesBuilder. 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 SecondsAbstractJournalScheme. getExpiryDelay(ParameterResolver resolver)Return the amount of time since the last update that entries are kept by the cache before being expired.SecondsCaffeineScheme. getExpiryDelay(ParameterResolver resolver)Return the amount of time since the last update that entries are kept by the cache before being expired.SecondsExternalScheme. getExpiryDelay(ParameterResolver resolver)Return the amount of time since the last update that entries are kept by the cache before being expired.SecondsLocalScheme. getExpiryDelay(ParameterResolver resolver)Return the amount of time since the last update that entries are kept by the cache before being expired.SecondsOverflowScheme. getExpiryDelay(ParameterResolver resolver)Return the amount of time since the last update that entries are kept by the cache before being expired.SecondsPagedTopicScheme. getExpiryDelay(ParameterResolver resolver)Return the amount of time that elements offered to the queue remain visible to consumers.SecondsPagedExternalScheme. getPageDurationSeconds(ParameterResolver resolver)Return the length of time that a page in the cache is current.SecondsPagedTopicScheme. getReconnectRetryMillis(ParameterResolver resolver)Return the amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected.SecondsPagedTopicScheme. getReconnectTimeoutMillis(ParameterResolver resolver)Returns the maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected.SecondsPagedTopicScheme. getReconnectWaitMillis(ParameterResolver resolver)Return the amount of time publishers and subscribers will wait before attempts to reconnect after being disconnected.SecondsPagedTopicScheme. getSubscriberTimeout(ParameterResolver resolver)Returns the subscriber timeout value.SecondsReadWriteBackingMapScheme. 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 voidAbstractJournalScheme. 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 Seconds Modifier and Type Field Description static SecondsNamedTopic. DEFAULT_RECONNECT_RETRY_SECONDSThe default reconnect retry.static SecondsNamedTopic. DEFAULT_RECONNECT_TIMEOUT_SECONDSThe default reconnect timeout.static SecondsNamedTopic. DEFAULT_RECONNECT_WAIT_SECONDSThe default reconnect wait.static SecondsNamedTopic. DEFAULT_SUBSCRIBER_TIMEOUT_SECONDSThe default subscriber timeout.
-