Uses of Class
fr.gouv.vitam.storage.engine.common.model.QueueState
-
Packages that use QueueState Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module.fr.gouv.vitam.storage.offers.tape.impl.queue fr.gouv.vitam.storage.offers.tape.worker.tasks -
-
Uses of QueueState in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return QueueState Modifier and Type Method Description QueueState
QueueMessageEntity. getState()
static QueueState
QueueState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueueState[]
QueueState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type QueueState Modifier and Type Method Description void
QueueMessageEntity. setState(QueueState state)
-
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 QueueState Modifier and Type Method Description java.util.Map<org.apache.commons.lang3.tuple.Pair<QueueState,QueueMessageType>,java.lang.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 QueueState Modifier and Type Method Description QueueState
ReadWriteResult. getOrderState()
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type QueueState Modifier and Type Method Description void
ReadWriteResult. setOrderState(QueueState orderState)
Constructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type QueueState Constructor Description ReadWriteResult(StatusCode status, QueueState state, TapeCatalog currentTape)
-