Class InfinispanTimerMetaDataKey<I>
java.lang.Object
org.wildfly.clustering.cache.infinispan.CacheKey<I>
org.wildfly.clustering.ejb.infinispan.timer.InfinispanTimerMetaDataKey<I>
- Type Parameters:
I- the timer identifier type
- All Implemented Interfaces:
org.wildfly.clustering.cache.Key<I>,TimerMetaDataKey<I>
public class InfinispanTimerMetaDataKey<I>
extends org.wildfly.clustering.cache.infinispan.CacheKey<I>
implements TimerMetaDataKey<I>
Encapsulates the meta data key for a timer
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.infinispan.CacheKey
equals, getId, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.Key
getId
-
Constructor Details
-
InfinispanTimerMetaDataKey
-