Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.QueueState
Packages that use QueueState
Package
Description
Provides common Model classes for the Storage Engine module.
-
Uses of QueueState in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return QueueStateModifier and TypeMethodDescriptionQueueMessageEntity.getState()
static QueueState
Returns the enum constant of this class with the specified name.static QueueState[]
QueueState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type QueueState -
Uses of QueueState in fr.gouv.vitam.storage.offers.tape.impl.queue
Methods in fr.gouv.vitam.storage.offers.tape.impl.queue that return types with arguments of type QueueStateModifier and TypeMethodDescriptionMap<org.apache.commons.lang3.tuple.Pair<QueueState,
QueueMessageType>, Integer> QueueRepositoryImpl.countByStateAndType()
count queue entries grouped by state & message type -
Uses of QueueState in fr.gouv.vitam.storage.offers.tape.worker.tasks
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks that return QueueStateMethods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type QueueStateConstructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type QueueStateModifierConstructorDescriptionReadWriteResult
(StatusCode status, QueueState state, TapeCatalog currentTape)