Class EntriesCommand<I,M>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.EntriesCommand<I,M>
Type Parameters:
I - the identifier type of scheduled entries
M - the meta data type
All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Collection<I>,CacheEntryScheduler<I,M>,RuntimeException>

public class EntriesCommand<I,M> extends Object implements org.wildfly.clustering.server.dispatcher.Command<Collection<I>,CacheEntryScheduler<I,M>,RuntimeException>
Command returning the identifiers of all scheduler entries.
Author:
Paul Ferraro