Interface ScheduleCommand<I,M>
-
- All Superinterfaces:
Command<Void,CacheEntryScheduler<I,M>>,Serializable
- All Known Implementing Classes:
ScheduleWithMetaDataCommand,ScheduleWithTransientMetaDataCommand
public interface ScheduleCommand<I,M> extends Command<Void,CacheEntryScheduler<I,M>>
Command that scheduled an element.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Voidexecute(CacheEntryScheduler<I,M> scheduler)IgetId()Returns the identifier of the element to be scheduled.MgetMetaData()Returns the meta data of the element to be scheduled.
-