Class ScheduleExpirationCommand<K>

Type Parameters:
K - the scheduled entry key type
All Implemented Interfaces:
Command<Void, Scheduler<K, ExpirationMetaData>, RuntimeException>, PrimaryOwnerCommand<K, ExpirationMetaData, Void>

public class ScheduleExpirationCommand<K> extends ScheduleCommand<K, ExpirationMetaData>
ScheduleCommand that wraps expiration metadata with a marshallable implementation.
Author:
Paul Ferraro