Class EntriesCommand<I,M>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.EntriesCommand<I,M>
Type Parameters:
I - the scheduled entry identifier type
M - the scheduled entry metadata type
All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Collection<I>,Scheduler<I,M>,RuntimeException>

@Deprecated(forRemoval=true) public class EntriesCommand<I,M> extends Object implements org.wildfly.clustering.server.dispatcher.Command<Collection<I>,Scheduler<I,M>,RuntimeException>
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed without replacement
Command returning the identifiers of all scheduler entries.
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(Scheduler<I,M> scheduler)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EntriesCommand

      public EntriesCommand()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • execute

      public Collection<I> execute(Scheduler<I,M> scheduler)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      execute in interface org.wildfly.clustering.server.dispatcher.Command<Collection<I>,Scheduler<I,M>,RuntimeException>
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object