public interface ExpiringRegionFactoryBean<K,V>ExpiringRegionFactoryBean インターフェースは、有効期限設定をサポートする Region FactoryBeans を表します。つまり、Region's は、両方のエントリと Region 自体を期限切れにすることができます。有効期限ポリシーは、ExpirationAttributes として表現するか、CustomExpiry オブジェクトを使用してアプリケーション開発者がカスタム有効期限条件を指定できるようにします。Apache Geode と Pivotal GemFire は、Region レベルとエントリの両方で、アイドルタイムアウト (TTI) と Time-to-Live (TTL) 有効期限ポリシーの両方をサポートします。CustomExpiry、ExpirationAttributes、Region| 修飾子と型 | メソッドと説明 |
|---|---|
void | setCustomEntryIdleTimeout(org.apache.geode.cache.CustomExpiry<K, V> customEntryIdleTimeout) |
void | setCustomEntryTimeToLive(org.apache.geode.cache.CustomExpiry<K, V> customEntryTimeToLive) |
void | setEntryIdleTimeout(org.apache.geode.cache.ExpirationAttributes entryIdleTimeout) |
void | setEntryTimeToLive(org.apache.geode.cache.ExpirationAttributes entryTimeToLive) |
void | setRegionIdleTimeout(org.apache.geode.cache.ExpirationAttributes regionIdleTimeout) |
void | setRegionTimeToLive(org.apache.geode.cache.ExpirationAttributes regionTimeToLive) |
void setCustomEntryIdleTimeout(org.apache.geode.cache.CustomExpiry<K,V> customEntryIdleTimeout)
void setCustomEntryTimeToLive(org.apache.geode.cache.CustomExpiry<K,V> customEntryTimeToLive)
void setEntryIdleTimeout(org.apache.geode.cache.ExpirationAttributes entryIdleTimeout)
void setEntryTimeToLive(org.apache.geode.cache.ExpirationAttributes entryTimeToLive)
void setRegionIdleTimeout(org.apache.geode.cache.ExpirationAttributes regionIdleTimeout)
void setRegionTimeToLive(org.apache.geode.cache.ExpirationAttributes regionTimeToLive)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.