Package org.ivoa.dm.execution
Class ExecutionNode.ExecutionNodeBuilder
java.lang.Object
org.ivoa.dm.execution.ExecutionNode.ExecutionNodeBuilder
- Enclosing class:
- ExecutionNode
A builder class for ExecutionNode, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe compute resources available at the node.the performance of data transfer to/from the node..the location of the node.the . -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
resourcesServiceUrl
the . -
executionServiceUrl
. -
location
the location of the node. -
dataTransferPerformance
the performance of data transfer to/from the node. -
computeResources
the compute resources available at the node.
-
-
Constructor Details
-
ExecutionNodeBuilder
public ExecutionNodeBuilder()
-
-
Method Details
-
create
create a ExecutionNode from this builder.- Returns:
- an object initialized from the builder.
-