Interface PrimaryOwnerCommand<I,M,R>
- Type Parameters:
I- the scheduled object identifier typeM- the scheduled object metadata typeR- the command return type
- All Superinterfaces:
Command<R,Scheduler<I, M>, RuntimeException>
- All Known Implementing Classes:
AbstractPrimaryOwnerCommand,CancelCommand,ContainsCommand,ScheduleCommand,ScheduleWithExpirationMetaDataCommand,ScheduleWithPersistentMetaDataCommand,ScheduleWithTransientMetaDataCommand
A command intended to be sent to the primary owner of a given cache entry.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
getId
I getId()
-