Class ScheduleCommand<K,V>
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<K,V,Void>
org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand<K,V>
- Type Parameters:
K- the scheduled entry key typeV- the scheduled entry value type
- All Implemented Interfaces:
Command<Void, Scheduler<K,V>, RuntimeException>, PrimaryOwnerCommand<K, V, Void>
- Direct Known Subclasses:
ScheduleExpirationCommand
Command that scheduled an entry.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionScheduleCommand(Map.Entry<K, V> entry) Creates a schedule command for the specified entry. -
Method Summary
Methods inherited from class AbstractPrimaryOwnerCommand
getKey, toString
-
Constructor Details
-
ScheduleCommand
-
-
Method Details
-
getValue
-
execute
-