使用gso-cache-entry-idle-timeout段落項目來指定閒置快取項目的逾時值。 語法 gso-cache-entry-idle-timeout =number_of_seconds 說明 整數值,指定閒置快取項目的逾時 (以秒為單位)。 選項 number_of_seconds 值必須大於或等於零 (0)。值 0 表示由於閒置,項目不會從 GSO 快取中移除。 不過,由於已超...
gso-cache-entry-idle-timeout =number_of_seconds Description Integer value that specifies the timeout, in seconds, for cache entries that are idle. Options number_of_seconds The value must be greater than or equal to zero (0). A value of 0 means that entries are not removed from the GSO...
代码来源:org.apache.geode/gemfire-core AbstractRegion.setEntryIdleTimeout(...) publicExpirationAttributessetEntryIdleTimeout(ExpirationAttributesidleTimeout){checkReadiness();if(idleTimeout==null){thrownewIllegalArgumentException(LocalizedStrings.AbstractRegion_IDLETIMEOUT_MUST_NOT_BE_NULL.toLocalizedString...
function.alterRegion(cache, config); verify(mutator, times(0)).setEntryIdleTimeout(any()); verify(mutator).setCustomEntryIdleTimeout(notNull()); } 代码示例来源:origin: apache/geode @Test public void updateWithEntryIdleTime_TimeoutOnly() { RegionAttributesType.ExpirationAttributesType expiration ...
AttributesFactory.setEntryIdleTimeout()方法的具体详情如下:包路径:org.apache.geode.cache.AttributesFactory类名称:AttributesFactory方法名:setEntryIdleTimeout AttributesFactory.setEntryIdleTimeout介绍 [英]Sets the idleTimeout expiration attributes for region entries for the next RegionAttributes created. ...
Use the cert-cache-timeout stanza entry to specify the maximum lifetime, in seconds, for an entry in the Certificate SSL ID cache. Syntax cert-cache-timeout = number_of_seconds Description Maximum lifetime, in seconds, for an entry in the Certificate SSL ID cache. Options number_of_...
Use the cert-cache-timeout stanza entry to specify the maximum lifetime, in seconds, for an entry in the Certificate SSL ID cache.
ltpa-cache-entry-idle-timeout =number_of_seconds 說明 整數值,指定閒置快取項目的逾時 (以秒為單位)。 選項 number_of_seconds 整數值,指定閒置快取項目的逾時 (以秒為單位)。 值必須大於或等於零 (0)。 值零表示由於閒置,未從 LTPA 快取中移除項目。 不過,由於已超出ltpa-cache-size或已超出ltpa...
gso-cache-entry-idle-timeout =number_of_seconds Description Integer value that specifies the timeout, in seconds, for cache entries that are idle. Options number_of_seconds The value must be greater than or equal to zero (0). A value of 0 means that entries are not removed from the GSO...
Use the gso-cache-entry-idle-timeout stanza entry to specify the timeout for cache entries that are idle. Syntax gso-cache-entry-idle-timeout = number_of_seconds Description Integer value that specifies the timeout, in seconds, for cache entries that are idle. Options number_of_seconds The...