public static final class EngineRequest.Key extends Object implements Serializable
This class overrides Object.equals(Object)
and Object.hashCode()
to represent an unique key
per EngineRequest
based on its workflow ID and its nuts.
Constructor and Description |
---|
EngineRequest.Key(String wKey,
List<ConvertibleNut> nutsList,
EngineType... s)
Builds a new instance.
|
public EngineRequest.Key(String wKey, List<ConvertibleNut> nutsList, EngineType... s)
Builds a new instance.
s
- the skipped engine typeswKey
- the workflow keynutsList
- the nutsCopyright © 2012-2015. All Rights Reserved.