Interface TimerMetaDataFactory<I,V>

Type Parameters:
I - the timer identifier type
V - 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

    Modifier and Type
    Method
    Description
    createTimerMetaData(I id, V value)
     

    Methods inherited from interface org.wildfly.clustering.cache.CacheEntryCreator

    createValue, createValueAsync

    Methods inherited from interface org.wildfly.clustering.cache.CacheEntryLocator

    findValue, findValueAsync, tryValue, tryValueAsync

    Methods inherited from interface org.wildfly.clustering.cache.CacheEntryRemover

    purge, purgeAsync, remove, removeAsync

    Methods inherited from interface org.wildfly.clustering.ejb.cache.timer.ImmutableTimerMetaDataFactory

    createImmutableTimerMetaData
  • Method Details