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