Class ContainsCommand<I,M>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<I,M,Boolean>
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:
Command<Boolean,CacheEntryScheduler<I,M>,RuntimeException>, PrimaryOwnerCommand<I,M,Boolean>

public class ContainsCommand<I,M> extends AbstractPrimaryOwnerCommand<I,M,Boolean>
Command that determine if a given entry is known to the scheduler.
Author:
Paul Ferraro