Class ContainsCommand<K,V>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<K,V,Boolean>
org.wildfly.clustering.server.infinispan.scheduler.ContainsCommand<K,V>
Type Parameters:
K - the scheduled entry key type
V - the scheduled entry value type
All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Boolean, org.wildfly.clustering.server.scheduler.Scheduler<K,V>, RuntimeException>, PrimaryOwnerCommand<K,V,Boolean>

public class ContainsCommand<K,V> extends AbstractPrimaryOwnerCommand<K,V,Boolean>
Command that determine if a given entry is known to the scheduler.
Author:
Paul Ferraro
  • Method Details

    • execute

      public Boolean execute(org.wildfly.clustering.server.scheduler.Scheduler<K,V> scheduler)