Interface ClusterMessages.GossipOverviewOrBuilder

    • Method Detail

      • getSeenList

        java.util.List<java.lang.Integer> getSeenList()
         This is the address indexes for the nodes that have seen this gossip 
         
        repeated int32 seen = 1;
        Returns:
        A list containing the seen.
      • getSeenCount

        int getSeenCount()
         This is the address indexes for the nodes that have seen this gossip 
         
        repeated int32 seen = 1;
        Returns:
        The count of seen.
      • getSeen

        int getSeen​(int index)
         This is the address indexes for the nodes that have seen this gossip 
         
        repeated int32 seen = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The seen at the given index.
      • getObserverReachabilityCount

        int getObserverReachabilityCount()
        repeated .ObserverReachability observerReachability = 2;