Package org.apache.hadoop.resourceestimator.skylinestore.exceptions
package org.apache.hadoop.resourceestimator.skylinestore.exceptions
SkylineStore exception module.
-
ExceptionsClassDescriptionorg.apache.hadoop.resourceestimator.skylinestore.exceptions.DuplicateRecurrenceIdExceptionException thrown the
RecurrenceIdalready exists in theSkylineStore.org.apache.hadoop.resourceestimator.skylinestore.exceptions.EmptyResourceSkylineExceptionException thrown if the @link{ResourceSkyline}s to be added to theSkylineStoreis empty.org.apache.hadoop.resourceestimator.skylinestore.exceptions.NullPipelineIdExceptionException thrown when pipelineId to be added is null.org.apache.hadoop.resourceestimator.skylinestore.exceptions.NullRecurrenceIdExceptionException thrown theRecurrenceIdto be added is null.org.apache.hadoop.resourceestimator.skylinestore.exceptions.NullResourceSkylineExceptionException thrown if theResourceSkylineto be added is null.org.apache.hadoop.resourceestimator.skylinestore.exceptions.NullRLESparseResourceAllocationExceptionException thrown if theResourceSkylineto be added is null.org.apache.hadoop.resourceestimator.skylinestore.exceptions.RecurrenceIdNotFoundExceptionException thrown ifRecurrenceIdis not found in theSkylineStore.org.apache.hadoop.resourceestimator.skylinestore.exceptions.SkylineStoreExceptionException thrown the @link{SkylineStore} or theEstimatortries to addHistory or query pipeline job's resource skylines.