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.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 QueueStateQueueMessageEntity. getState()static QueueStateQueueState. 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 voidQueueMessageEntity. setState(QueueState state) -
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 QueueStateReadWriteResult. getOrderState()Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type QueueState Modifier and Type Method Description voidReadWriteResult. 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)ReadWriteResult(StatusCode status, QueueState state, TapeCatalog currentTape, TapeResponse tapeResponse)
-