Class ScheduleWithTransientMetaDataCommand<I,M>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<I,M,Void>
org.wildfly.clustering.server.infinispan.scheduler.ScheduleWithTransientMetaDataCommand<I,M>
Type Parameters:
I - the identifier type of the entry to schedule
M - the meta data type of the entry to schedule
All Implemented Interfaces:
Command<Void,CacheEntryScheduler<I,M>,RuntimeException>, PrimaryOwnerCommand<I,M,Void>, ScheduleCommand<I,M>

public class ScheduleWithTransientMetaDataCommand<I,M> extends AbstractPrimaryOwnerCommand<I,M,Void> implements ScheduleCommand<I,M>
Command that scheduled an item using transient metadata.
Author:
Paul Ferraro