Class RegistrationInfo

    • Constructor Detail

      • RegistrationInfo

        public RegistrationInfo()
      • RegistrationInfo

        public RegistrationInfo​(String nodeId,
                                long seq,
                                boolean localOnly)
    • Method Detail

      • nodeId

        public String nodeId()
      • seq

        public long seq()
      • localOnly

        public boolean localOnly()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • readFromBuffer

        public int readFromBuffer​(int start,
                                  Buffer buffer)
        Description copied from interface: ClusterSerializable
        Method invoked when deserializing bytes to this instance.
        Specified by:
        readFromBuffer in interface ClusterSerializable
        Parameters:
        start - the position where to start reading the buffer
        buffer - the Buffer where the serialized bytes must be read from
        Returns:
        the position after the last serialized byte