Package | Description |
---|---|
com.tangosol.coherence.config.scheme |
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
|
Modifier and Type | Method and Description |
---|---|
Seconds |
OverflowScheme.getExpiryDelay(com.tangosol.config.expression.ParameterResolver resolver)
Return the amount of time since the last update that entries
are kept by the cache before being expired.
|
Seconds |
AbstractJournalScheme.getExpiryDelay(com.tangosol.config.expression.ParameterResolver resolver)
Return the amount of time since the last update that entries
are kept by the cache before being expired.
|
Seconds |
PagedTopicScheme.getExpiryDelay(com.tangosol.config.expression.ParameterResolver resolver)
Return the amount of time that elements offered to the queue remain
visible to consumers.
|
Seconds |
LocalScheme.getExpiryDelay(com.tangosol.config.expression.ParameterResolver resolver)
Return the amount of time since the last update that entries
are kept by the cache before being expired.
|
Seconds |
ExternalScheme.getExpiryDelay(com.tangosol.config.expression.ParameterResolver resolver)
Return the amount of time since the last update that entries
are kept by the cache before being expired.
|
Seconds |
PagedExternalScheme.getPageDurationSeconds(com.tangosol.config.expression.ParameterResolver resolver)
Return the length of time that a page in the cache is current.
|
Seconds |
ReadWriteBackingMapScheme.getWriteDelay(com.tangosol.config.expression.ParameterResolver resolver)
Return the time interval to defer asynchronous writes to the cache store
for a write-behind queue.
|
Modifier and Type | Method and Description |
---|---|
void |
OverflowScheme.setExpiryDelay(com.tangosol.config.expression.Expression<Seconds> expr)
Set the expiry delay.
|
void |
AbstractJournalScheme.setExpiryDelay(com.tangosol.config.expression.Expression<Seconds> expr)
Set the expiry delay.
|
void |
PagedTopicScheme.setExpiryDelay(com.tangosol.config.expression.Expression<Seconds> expr)
Set the amount of time that elements offered to the queue
remain visible to consumers.
|
void |
LocalScheme.setExpiryDelay(com.tangosol.config.expression.Expression<Seconds> expr)
Set the expiry delay.
|
void |
ExternalScheme.setExpiryDelay(com.tangosol.config.expression.Expression<Seconds> expr)
Set the expiry delay.
|
void |
PagedExternalScheme.setPageDurationSeconds(com.tangosol.config.expression.Expression<Seconds> expr)
Set the page duration.
|
void |
ReadWriteBackingMapScheme.setWriteDelay(com.tangosol.config.expression.Expression<Seconds> expr)
Set the write behind delay.
|