Package org.apache.hadoop.resourceestimator.skylinestore.api


package org.apache.hadoop.resourceestimator.skylinestore.api
APIs for the SkylineStore.
  • Interfaces
    Class
    Description
    org.apache.hadoop.resourceestimator.skylinestore.api.HistorySkylineStore
    HistorySkylineStore stores pipeline job's ResourceSkylines in all runs.
    org.apache.hadoop.resourceestimator.skylinestore.api.PredictionSkylineStore
    PredictionSkylineStore stores the predicted RLESparseResourceAllocation of a job as computed by the Estimator based on the ResourceSkylines of past executions in the HistorySkylineStore.
    org.apache.hadoop.resourceestimator.skylinestore.api.SkylineStore
    SkylineStore is composable interface for storing the history ResourceSkylines of past job runs and the predicted RLESparseResourceAllocation for future execution.