public class io.vertx.core.spi.cluster.RegistrationInfo implements io.vertx.core.shareddata.impl.ClusterSerializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.spi.cluster.RegistrationInfo
  super_class: java.lang.Object
{
  private java.lang.String nodeId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private long seq;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean localOnly;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            return
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/spi/cluster/RegistrationInfo;

  public void <init>(java.lang.String, long, boolean);
    descriptor: (Ljava/lang/String;JZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
        start local 1 // java.lang.String nodeId
        start local 2 // long seq
        start local 4 // boolean localOnly
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 1 /* nodeId */
            ldc "nodeId is null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 35
            aload 0 /* this */
            aload 1 /* nodeId */
            putfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
         3: .line 36
            aload 0 /* this */
            lload 2 /* seq */
            putfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
         4: .line 37
            aload 0 /* this */
            iload 4 /* localOnly */
            putfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
         5: .line 38
            return
        end local 4 // boolean localOnly
        end local 2 // long seq
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/core/spi/cluster/RegistrationInfo;
            0    6     1     nodeId  Ljava/lang/String;
            0    6     2        seq  J
            0    6     4  localOnly  Z
    MethodParameters:
           Name  Flags
      nodeId     
      seq        
      localOnly  

  public java.lang.String nodeId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/cluster/RegistrationInfo;

  public long seq();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
         0: .line 45
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
            lreturn
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/cluster/RegistrationInfo;

  public boolean localOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
            ireturn
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/cluster/RegistrationInfo;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
        start local 1 // java.lang.Object o
         0: .line 54
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.spi.cluster.RegistrationInfo
            astore 2 /* that */
        start local 2 // io.vertx.core.spi.cluster.RegistrationInfo that
         4: .line 59
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
            aload 2 /* that */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
            lcmp
            ifeq 5
            iconst_0
            ireturn
         5: .line 60
      StackMap locals: io.vertx.core.spi.cluster.RegistrationInfo
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
            aload 2 /* that */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
            if_icmpeq 6
            iconst_0
            ireturn
         6: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
            aload 2 /* that */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.core.spi.cluster.RegistrationInfo that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/spi/cluster/RegistrationInfo;
            0    7     1     o  Ljava/lang/Object;
            4    7     2  that  Lio/vertx/core/spi/cluster/RegistrationInfo;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 67
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         2: .line 68
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: io.vertx.core.spi.cluster.RegistrationInfo int
      StackMap stack: int
         3: iconst_0
      StackMap locals: io.vertx.core.spi.cluster.RegistrationInfo int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 69
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/spi/cluster/RegistrationInfo;
            1    6     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
         0: .line 74
            new java.lang.StringBuilder
            dup
            ldc "RegistrationInfo{nodeId="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 75
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 76
            ldc ", seq="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         3: .line 77
            ldc ", localOnly="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         4: .line 78
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 74
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/spi/cluster/RegistrationInfo;

  public void writeToBuffer(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 83
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
            invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 84
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
            invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
            pop
         2: .line 85
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: io.vertx.core.buffer.Buffer
         3: iconst_0
      StackMap locals: io.vertx.core.spi.cluster.RegistrationInfo io.vertx.core.buffer.Buffer
      StackMap stack: io.vertx.core.buffer.Buffer int
         4: i2b
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         5: .line 86
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/spi/cluster/RegistrationInfo;
            0    6     1  buffer  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      buffer  

  public int readFromBuffer(int, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/buffer/Buffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
        start local 1 // int start
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 90
            iload 1 /* start */
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 91
            aload 2 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 4 /* len */
        start local 4 // int len
         2: .line 92
            iinc 3 /* pos */ 4
         3: .line 93
            aload 0 /* this */
            aload 2 /* buffer */
            iload 3 /* pos */
            iload 3 /* pos */
            iload 4 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getString:(II)Ljava/lang/String;
            putfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
         4: .line 94
            iload 3 /* pos */
            iload 4 /* len */
            iadd
            istore 3 /* pos */
         5: .line 95
            aload 0 /* this */
            aload 2 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
            putfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
         6: .line 96
            iinc 3 /* pos */ 8
         7: .line 97
            aload 0 /* this */
            aload 2 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            ifle 8
            iconst_1
            goto 9
      StackMap locals: io.vertx.core.spi.cluster.RegistrationInfo int io.vertx.core.buffer.Buffer int int
      StackMap stack: io.vertx.core.spi.cluster.RegistrationInfo
         8: iconst_0
      StackMap locals: io.vertx.core.spi.cluster.RegistrationInfo int io.vertx.core.buffer.Buffer int int
      StackMap stack: io.vertx.core.spi.cluster.RegistrationInfo int
         9: putfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
        10: .line 98
            iinc 3 /* pos */ 1
        11: .line 99
            iload 3 /* pos */
            ireturn
        end local 4 // int len
        end local 3 // int pos
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int start
        end local 0 // io.vertx.core.spi.cluster.RegistrationInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/vertx/core/spi/cluster/RegistrationInfo;
            0   12     1   start  I
            0   12     2  buffer  Lio/vertx/core/buffer/Buffer;
            1   12     3     pos  I
            2   12     4     len  I
    MethodParameters:
        Name  Flags
      start   
      buffer  
}
SourceFile: "RegistrationInfo.java"