参照先: 説明
インタフェース | 説明 |
---|---|
ExpiringObject |
A simple interface for objects that may expire at a given time.
|
StorageService<KeyType,ValueType> |
Generic data storage facility for use by services that require some degree of persistence.
|
クラス | 説明 |
---|---|
AbstractExpiringObject |
Base implementation for
ExpiringObject . |
ExpiringObjectStorageServiceSweeper |
A simple task that periodically sweeps over a
StorageService and removes expired entries. |
MapBasedStorageService<KeyType,ValueType> |
A simple
Map based StorageService implementation. |
ReplayCache |
Class that uses an underlying
StorageService to track information associated with messages in order to detect
message replays. |
ReplayCacheEntry |
Replay cache storage service entry.
|
Copyright © 2012. All Rights Reserved.