Uses of Class
fr.gouv.vitam.common.model.processing.Distribution
Package
Description
Provides common public Model classes for the Processing module.
-
Uses of Distribution in fr.gouv.vitam.common.model.processing
Modifier and TypeMethodDescriptionStep.getDistribution()
getDistributionDistribution.setBulkSize
(Integer bulkSize) Distribution.setElement
(String element) setElement, set the value of elementDistribution.setKind
(DistributionKind kind) setKind, set the kind of Distribution objectDistribution.setStatusOnEmptyDistribution
(StatusCode statusOnEmptyDistribution) Set the status to be used in the logbook if no distribution occurredDistribution.setType
(DistributionType type) set the type of the distributionModifier and TypeMethodDescriptionStep.setDistribution
(Distribution distribution) setDistributionModifierConstructorDescriptionStep
(String id, String workerGroupId, String stepName, ProcessBehavior behavior, Distribution distribution, List<Action> actions, String waitFor)