Class NodeAffinity

    • Constructor Detail

      • NodeAffinity

        public NodeAffinity​(String nodeName)
        Construct a new instance.
        Parameters:
        nodeName - the associated node name (must not be null)
    • Method Detail

      • getNodeName

        public String getNodeName()
        Get the associated node name.
        Returns:
        the associated node name
      • getUri

        public URI getUri()
        Description copied from class: Affinity
        Get the associated URI.
        Specified by:
        getUri in class Affinity
        Returns:
        the associated URI (not null)