Class AbstractWorkerQueryHandler

  • All Implemented Interfaces:
    QueryHandler
    Direct Known Subclasses:
    InstancesQueryHandler

    public abstract class AbstractWorkerQueryHandler
    extends java.lang.Object
    implements QueryHandler
    An abstract class to use if the QueryHandler should work with Workers. (e.g. in the Stresstest Task)
    Author:
    f.conrads
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.io.File[]> generate()
      This will generate the queries.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractWorkerQueryHandler

        public AbstractWorkerQueryHandler​(java.util.Collection<Worker> workers)
        Parameters:
        workers -
    • Method Detail

      • generate

        public java.util.Map<java.lang.String,​java.io.File[]> generate()
        Description copied from interface: QueryHandler
        This will generate the queries.
        Specified by:
        generate in interface QueryHandler
        Returns: