Class EntriesCommand<I,M>
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.EntriesCommand<I,M>
- Type Parameters:
I- the identifier type of scheduled entriesM- the meta data type
- All Implemented Interfaces:
Command<Collection<I>,CacheEntryScheduler<I, M>, RuntimeException>
public class EntriesCommand<I,M>
extends Object
implements Command<Collection<I>,CacheEntryScheduler<I,M>,RuntimeException>
Command returning the identifiers of all scheduler entries.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CacheEntryScheduler<I, M> scheduler) Execute this command with the specified context.toString()
-
Constructor Details
-
EntriesCommand
public EntriesCommand()
-
-
Method Details
-
execute
Description copied from interface:CommandExecute this command with the specified context.- Specified by:
executein interfaceCommand<Collection<I>,CacheEntryScheduler<I, M>, RuntimeException> - Parameters:
scheduler- the execution context- Returns:
- the result of this command
-
toString
-