Interface TimerMetaDataFactory<I,V>
- Type Parameters:
I- the timer identifier typeV- the timer metadata value type
- All Superinterfaces:
org.wildfly.clustering.cache.CacheEntryCreator<I,,V, Map.Entry<V, TimerIndex>> org.wildfly.clustering.cache.CacheEntryLocator<I,,V> org.wildfly.clustering.cache.CacheEntryRemover<I>,ImmutableTimerMetaDataFactory<I,V>
public interface TimerMetaDataFactory<I,V>
extends ImmutableTimerMetaDataFactory<I,V>, org.wildfly.clustering.cache.CacheEntryCreator<I,V,Map.Entry<V,TimerIndex>>, org.wildfly.clustering.cache.CacheEntryRemover<I>
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.cache.CacheEntryCreator
createValue, createValueAsyncMethods inherited from interface org.wildfly.clustering.cache.CacheEntryLocator
findValue, findValueAsync, tryValue, tryValueAsyncMethods inherited from interface org.wildfly.clustering.cache.CacheEntryRemover
purge, purgeAsync, remove, removeAsyncMethods inherited from interface org.wildfly.clustering.ejb.cache.timer.ImmutableTimerMetaDataFactory
createImmutableTimerMetaData
-
Method Details
-
createTimerMetaData
-