Package org.apache.hadoop.resourceestimator.skylinestore.api
package org.apache.hadoop.resourceestimator.skylinestore.api
APIs for the
SkylineStore.-
InterfacesClassDescriptionorg.apache.hadoop.resourceestimator.skylinestore.api.HistorySkylineStoreHistorySkylineStore stores pipeline job's
ResourceSkylines in all runs.org.apache.hadoop.resourceestimator.skylinestore.api.PredictionSkylineStorePredictionSkylineStore stores the predictedRLESparseResourceAllocationof a job as computed by theEstimatorbased on theResourceSkylines of past executions in theHistorySkylineStore.org.apache.hadoop.resourceestimator.skylinestore.api.SkylineStoreSkylineStore is composable interface for storing the historyResourceSkylines of past job runs and the predictedRLESparseResourceAllocationfor future execution.