public class VerifyMerkleTreeActionHandler extends ActionHandler
Constructor and Description |
---|
VerifyMerkleTreeActionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
checkMandatoryIOParameter(HandlerIO handler)
Check mandatory parameter
|
static MerkleTreeAlgo |
computeMerkleTree(InputStream inputStream)
Compute merkle tree
|
ItemStatus |
execute(WorkerParameters params,
HandlerIO handler)
Execute an action
|
static String |
getId() |
checkMandatoryParameters, close, updateDetailItemStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeList
public static String getId()
public ItemStatus execute(WorkerParameters params, HandlerIO handler)
WorkerAction
params
- WorkerParameters
handler
- the handlerIopublic static MerkleTreeAlgo computeMerkleTree(InputStream inputStream) throws ProcessingException
inputStream
- ProcessingException
public void checkMandatoryIOParameter(HandlerIO handler) throws ProcessingException
WorkerAction
handler
- input output listProcessingException
- when handler io is not completeCopyright © 2018 Vitam. All rights reserved.