Class DataNode.DataNodeBuilder

java.lang.Object
org.ivoa.dm.execution.DataNode.DataNodeBuilder
Enclosing class:
DataNode

public static class DataNode.DataNodeBuilder extends Object
A builder class for DataNode, mainly for use in the functional builder pattern.
  • Field Details

    • storageServiceUrl

      public String storageServiceUrl
      the URL of the storage service.
    • location

      public PhysicalLocation location
      the location of the node.
  • Constructor Details

    • DataNodeBuilder

      public DataNodeBuilder()
  • Method Details

    • create

      public DataNode create()
      create a DataNode from this builder.
      Returns:
      an object initialized from the builder.