Class SchedulerTopologyChangeListenerRegistrar<K,V,SE,CE>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.SchedulerTopologyChangeListenerRegistrar<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 SchedulerTopologyChangeListenerRegistrar<K,V,SE,CE> extends Object implements ListenerRegistrar
Handles cache topology events for a distributed scheduler.
Author:
Paul Ferraro
  • Constructor Details

    • SchedulerTopologyChangeListenerRegistrar

      public SchedulerTopologyChangeListenerRegistrar(org.wildfly.clustering.server.infinispan.scheduler.SchedulerTopologyChangeListenerRegistrar.Configuration<K,V,SE,CE> configuration)
      Creates the topology change listener for a scheduler.
      Parameters:
      configuration - the listener configuration
  • Method Details