Class EntriesCommand<I,M>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.scheduler.EntriesCommand<I,M>
-
- All Implemented Interfaces:
Serializable,Command<Collection<I>,CacheEntryScheduler<I,M>>
public class EntriesCommand<I,M> extends Object implements Command<Collection<I>,CacheEntryScheduler<I,M>>
- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntriesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<I>execute(CacheEntryScheduler<I,M> scheduler)StringtoString()
-