Package org.jgroups

Class AnycastAddress

    • Field Detail

      • destinations

        protected java.util.Collection<Address> destinations
    • Constructor Detail

      • AnycastAddress

        public AnycastAddress()
      • AnycastAddress

        public AnycastAddress​(java.util.Collection<Address> addresses)
      • AnycastAddress

        public AnycastAddress​(Address... addresses)
    • Method Detail

      • add

        public void add​(Address... addresses)
      • internalAdd

        protected void internalAdd​(Address address)
      • addAll

        public void addAll​(java.util.Collection<Address> addresses)
      • getAddresses

        public java.util.Collection<Address> getAddresses()
      • findAddresses

        public java.util.Optional<java.util.Collection<Address>> findAddresses()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(Address o)
        Specified by:
        compareTo in interface java.lang.Comparable<Address>
      • writeTo

        public void writeTo​(java.io.DataOutput out)
                     throws java.io.IOException
        Description copied from interface: Streamable
        Write the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed
        Specified by:
        writeTo in interface Streamable
        Throws:
        java.io.IOException
      • readFrom

        public void readFrom​(java.io.DataInput in)
                      throws java.io.IOException,
                             java.lang.ClassNotFoundException
        Description copied from interface: Streamable
        Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed
        Specified by:
        readFrom in interface Streamable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException