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 |
Modifier and Type | Method and Description |
---|---|
QueueState |
QueueMessageEntity.getState() |
static QueueState |
QueueState.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
QueueMessageEntity.setState(QueueState state) |
Modifier and Type | Method and Description |
---|---|
QueueState |
ReadWriteResult.getOrderState() |
Modifier and Type | Method and Description |
---|---|
void |
ReadWriteResult.setOrderState(QueueState orderState) |
Constructor and Description |
---|
ReadWriteResult(StatusCode status,
QueueState state,
TapeCatalog currentTape) |
ReadWriteResult(StatusCode status,
QueueState state,
TapeCatalog currentTape,
TapeResponse tapeResponse) |
Copyright © 2019 Vitam. All rights reserved.