Class ScheduleWithPersistentMetaDataCommand<I,M>
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<I,M,Void>
org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand<I,M>
org.wildfly.clustering.server.infinispan.scheduler.ScheduleWithPersistentMetaDataCommand<I,M>
- Type Parameters:
I- the identifier type of the entry to scheduleM- the meta data type of the entry to schedule
- All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Void,,CacheEntryScheduler<I, M>, RuntimeException> PrimaryOwnerCommand<I,M, Void>
- Direct Known Subclasses:
ScheduleWithExpirationMetaDataCommand
Command that schedules an item, where its meta data is persisted.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand
execute, getPersistentMetaDataMethods inherited from class org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand
getId, toString
-
Constructor Details
-
ScheduleWithPersistentMetaDataCommand
-