Class SchedulerTopologyChangeListener<K,V,SE,CE>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.SchedulerTopologyChangeListener<K,V,SE,CE>
Type Parameters:
K - the cache key type
V - the cache value type
SE - the schedule task entry type
CE - the cancel task entry type
All Implemented Interfaces:
ListenerRegistrar

public class SchedulerTopologyChangeListener<K,V,SE,CE> extends Object implements ListenerRegistrar
Handles cache topology events for a distributed scheduler.
Author:
Paul Ferraro