Class ClusterMessages.GossipOverview

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
All Implemented Interfaces:
Serializable, ClusterMessages.GossipOverviewOrBuilder, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
Enclosing class:
ClusterMessages

public static final class ClusterMessages.GossipOverview extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ClusterMessages.GossipOverviewOrBuilder
 *
 Gossip Overview
 
Protobuf type GossipOverview
See Also:
  • Field Details

    • SEEN_FIELD_NUMBER

      public static final int SEEN_FIELD_NUMBER
      See Also:
    • OBSERVERREACHABILITY_FIELD_NUMBER

      public static final int OBSERVERREACHABILITY_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getSeenList

      public List<Integer> getSeenList()
       This is the address indexes for the nodes that have seen this gossip 
       
      repeated int32 seen = 1;
      Specified by:
      getSeenList in interface ClusterMessages.GossipOverviewOrBuilder
      Returns:
      A list containing the seen.
    • getSeenCount

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

      public int getSeen(int index)
       This is the address indexes for the nodes that have seen this gossip 
       
      repeated int32 seen = 1;
      Specified by:
      getSeen in interface ClusterMessages.GossipOverviewOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The seen at the given index.
    • getObserverReachabilityList

      public List<ClusterMessages.ObserverReachability> getObserverReachabilityList()
      repeated .ObserverReachability observerReachability = 2;
      Specified by:
      getObserverReachabilityList in interface ClusterMessages.GossipOverviewOrBuilder
    • getObserverReachabilityOrBuilderList

      public List<? extends ClusterMessages.ObserverReachabilityOrBuilder> getObserverReachabilityOrBuilderList()
      repeated .ObserverReachability observerReachability = 2;
      Specified by:
      getObserverReachabilityOrBuilderList in interface ClusterMessages.GossipOverviewOrBuilder
    • getObserverReachabilityCount

      public int getObserverReachabilityCount()
      repeated .ObserverReachability observerReachability = 2;
      Specified by:
      getObserverReachabilityCount in interface ClusterMessages.GossipOverviewOrBuilder
    • getObserverReachability

      public ClusterMessages.ObserverReachability getObserverReachability(int index)
      repeated .ObserverReachability observerReachability = 2;
      Specified by:
      getObserverReachability in interface ClusterMessages.GossipOverviewOrBuilder
    • getObserverReachabilityOrBuilder

      public ClusterMessages.ObserverReachabilityOrBuilder getObserverReachabilityOrBuilder(int index)
      repeated .ObserverReachability observerReachability = 2;
      Specified by:
      getObserverReachabilityOrBuilder in interface ClusterMessages.GossipOverviewOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ClusterMessages.GossipOverview parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ClusterMessages.GossipOverview parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClusterMessages.GossipOverview parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ClusterMessages.GossipOverview.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static ClusterMessages.GossipOverview.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected ClusterMessages.GossipOverview.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ClusterMessages.GossipOverview getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ClusterMessages.GossipOverview> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<ClusterMessages.GossipOverview> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public ClusterMessages.GossipOverview getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder