Class Channel.AnchorPeersConfigUpdateResult

  • Enclosing class:
    Channel


    public static class Channel.AnchorPeersConfigUpdateResult
    extends java.lang.Object
    • Constructor Detail

      • AnchorPeersConfigUpdateResult

        public AnchorPeersConfigUpdateResult​()
    • Method Detail

      • getPeersAdded

        public java.util.Collection<java.lang.String> getPeersAdded​()
        The peers to be added.
        Returns:
        The anchor peers to be added. This is less any that may be already present.
      • getPeersRemoved

        public java.util.Collection<java.lang.String> getPeersRemoved​()
        The peers to be removed..
        Returns:
        The anchor peers to be removed. This is less any peers not present.
      • getCurrentPeers

        public java.util.Collection<java.lang.String> getCurrentPeers​()
        The anchor peers found in the current channel configuration.
        Returns:
        The anchor peers found in the current channel configuration.
      • getUpdatedPeers

        public java.util.Collection<java.lang.String> getUpdatedPeers​()
        The anchor peers found in the updated channel configuration.
      • toString

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