Interface PrimaryOwnerCommand<K,V,R>
- Type Parameters:
K- the scheduled entry key typeV- the scheduled entry value typeR- the command return type
- All Superinterfaces:
org.wildfly.clustering.server.dispatcher.Command<R, org.wildfly.clustering.server.scheduler.Scheduler<K,V>, RuntimeException>
- All Known Implementing Classes:
AbstractPrimaryOwnerCommand, CancelCommand, ContainsCommand, ScheduleCommand, ScheduleExpirationCommand
public interface PrimaryOwnerCommand<K,V,R>
extends org.wildfly.clustering.server.dispatcher.Command<R, org.wildfly.clustering.server.scheduler.Scheduler<K,V>, RuntimeException>
A command intended to be sent to the primary owner of a given cache entry.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.server.dispatcher.Command
execute
-
Method Details
-
getKey
-