Interface PrimaryOwnerCommand<I,M,R>
- Type Parameters:
I- the identifier type of the cache entryM- the meta data type of the cache entryR- the command return type
- All Superinterfaces:
Command<R,CacheEntryScheduler<I, M>, RuntimeException>
- All Known Subinterfaces:
ScheduleCommand<I,M>
- All Known Implementing Classes:
AbstractPrimaryOwnerCommand,CancelCommand,ContainsCommand,ScheduleWithMetaDataCommand,ScheduleWithTransientMetaDataCommand
public interface PrimaryOwnerCommand<I,M,R>
extends Command<R,CacheEntryScheduler<I,M>,RuntimeException>
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()
-