Class ScheduleWithExpirationMetaDataCommand<I>
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,ExpirationMetaData>
org.wildfly.clustering.server.infinispan.expiration.ScheduleWithExpirationMetaDataCommand<I>
- Type Parameters:
I- the identifier type of the scheduled object
- All Implemented Interfaces:
Command<Void,,CacheEntryScheduler<I, ExpirationMetaData>, RuntimeException> PrimaryOwnerCommand<I,ExpirationMetaData, Void>
public class ScheduleWithExpirationMetaDataCommand<I>
extends ScheduleWithPersistentMetaDataCommand<I,ExpirationMetaData>
ScheduleCommand that wraps expiration metadata with a marshallable implementation.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand
executeMethods inherited from class org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand
getId, toString
-
Constructor Details
-
ScheduleWithExpirationMetaDataCommand
-
-
Method Details
-
getPersistentMetaData
- Overrides:
getPersistentMetaDatain classScheduleCommand<I,ExpirationMetaData>
-