Package org.apache.hadoop.yarn.sls.synthetic


package org.apache.hadoop.yarn.sls.synthetic
Classes comprising the synthetic load generator for SLS.
  • Classes
    Class
    Description
    org.apache.hadoop.yarn.sls.synthetic.SynthJob
    Generates random task data for a synthetic job.
    org.apache.hadoop.yarn.sls.synthetic.SynthJob.SynthTask
    Nested class used to represent a task instance in a job.
    org.apache.hadoop.yarn.sls.synthetic.SynthTraceJobProducer
    This is a JobStoryProducer that operates from distribution of different workloads.
    org.apache.hadoop.yarn.sls.synthetic.SynthTraceJobProducer.JobDefinition
    Class used to parse a job class from file.
    org.apache.hadoop.yarn.sls.synthetic.SynthTraceJobProducer.Sample
    Class used to parse value sample information.
    org.apache.hadoop.yarn.sls.synthetic.SynthTraceJobProducer.TaskDefinition
    A task representing a type of container - e.g.
    org.apache.hadoop.yarn.sls.synthetic.SynthTraceJobProducer.TimeSample
    This is used to define time-varying probability of a job start-time (e.g., to simulate daily patterns).
    org.apache.hadoop.yarn.sls.synthetic.SynthTraceJobProducer.Trace
    Class used to parse a trace configuration file.
    org.apache.hadoop.yarn.sls.synthetic.SynthTraceJobProducer.Workload
    Class used to parse a workload from file.
    org.apache.hadoop.yarn.sls.synthetic.SynthUtils
    Utils for the Synthetic generator.