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 typeV- the scheduled entry value type
- All Implemented Interfaces:
Command<Boolean, Scheduler<K,V>, RuntimeException>, PrimaryOwnerCommand<K, V, Boolean>
Command that determine if a given entry is known to the scheduler.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from class AbstractPrimaryOwnerCommand
getKey, toString
-
Method Details
-
execute
-