Interface PrimaryOwnerCommand<I,M,R>

Type Parameters:
I - the identifier type of the cache entry
M - the meta data type of the cache entry
R - 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