Package org.apache.hadoop.resourceestimator.skylinestore.exceptions


package org.apache.hadoop.resourceestimator.skylinestore.exceptions
SkylineStore exception module.
  • Exceptions
    Class
    Description
    org.apache.hadoop.resourceestimator.skylinestore.exceptions.DuplicateRecurrenceIdException
    Exception thrown the RecurrenceId already exists in the SkylineStore.
    org.apache.hadoop.resourceestimator.skylinestore.exceptions.EmptyResourceSkylineException
    Exception thrown if the @link{ResourceSkyline}s to be added to the SkylineStore is empty.
    org.apache.hadoop.resourceestimator.skylinestore.exceptions.NullPipelineIdException
    Exception thrown when pipelineId to be added is null.
    org.apache.hadoop.resourceestimator.skylinestore.exceptions.NullRecurrenceIdException
    Exception thrown the RecurrenceId to be added is null.
    org.apache.hadoop.resourceestimator.skylinestore.exceptions.NullResourceSkylineException
    Exception thrown if the ResourceSkyline to be added is null.
    org.apache.hadoop.resourceestimator.skylinestore.exceptions.NullRLESparseResourceAllocationException
    Exception thrown if the ResourceSkyline to be added is null.
    org.apache.hadoop.resourceestimator.skylinestore.exceptions.RecurrenceIdNotFoundException
    Exception thrown if RecurrenceId is not found in the SkylineStore.
    org.apache.hadoop.resourceestimator.skylinestore.exceptions.SkylineStoreException
    Exception thrown the @link{SkylineStore} or the Estimator tries to addHistory or query pipeline job's resource skylines.