Class ContainsCommand<I,M>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.ContainsCommand<I,M>
Type Parameters:
I - the identifier type of scheduled entries
M - the meta data type
All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Boolean,CacheEntryScheduler<I,M>,RuntimeException>

public class ContainsCommand<I,M> extends Object implements org.wildfly.clustering.server.dispatcher.Command<Boolean,CacheEntryScheduler<I,M>,RuntimeException>
Command that determine if a given entry is known to the scheduler.
Author:
Paul Ferraro