Package org.ivoa.dm.execution
Class DataNode.DataNodeBuilder
java.lang.Object
org.ivoa.dm.execution.DataNode.DataNodeBuilder
- Enclosing class:
- DataNode
A builder class for DataNode, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe location of the node.the URL of the storage service. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
storageServiceUrl
the URL of the storage service. -
location
the location of the node.
-
-
Constructor Details
-
DataNodeBuilder
public DataNodeBuilder()
-
-
Method Details
-
create
create a DataNode from this builder.- Returns:
- an object initialized from the builder.
-