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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 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 start local 1 start local 2 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ldc "nodeId is null"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
2: aload 0
aload 1
putfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
3: aload 0
lload 2
putfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
4: aload 0
iload 4
putfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
5: return
end local 4 end local 2 end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
lreturn
end local 0 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 0: aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
ireturn
end local 0 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 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.core.spi.cluster.RegistrationInfo
astore 2
start local 2 4: aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
aload 2
getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
lcmp
ifeq 5
iconst_0
ireturn
5: StackMap locals: io.vertx.core.spi.cluster.RegistrationInfo
StackMap stack:
aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
aload 2
getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
if_icmpeq 6
iconst_0
ireturn
6: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
aload 2
getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
istore 1
start local 1 1: bipush 31
iload 1
imul
aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
bipush 32
lushr
lxor
l2i
iadd
istore 1
2: bipush 31
iload 1
imul
aload 0
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
5: iload 1
ireturn
end local 1 end local 0 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 0: new java.lang.StringBuilder
dup
ldc "RegistrationInfo{nodeId="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
1: aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: ldc ", seq="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
3: ldc ", localOnly="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.localOnly:Z
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
4: bipush 125
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
5: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 1
aload 0
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
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: aload 1
aload 0
getfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
pop
2: aload 1
aload 0
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: return
end local 1 end local 0 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 start local 1 start local 2 0: iload 1
istore 3
start local 3 1: aload 2
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 4
start local 4 2: iinc 3 4
3: aload 0
aload 2
iload 3
iload 3
iload 4
iadd
invokeinterface io.vertx.core.buffer.Buffer.getString:(II)Ljava/lang/String;
putfield io.vertx.core.spi.cluster.RegistrationInfo.nodeId:Ljava/lang/String;
4: iload 3
iload 4
iadd
istore 3
5: aload 0
aload 2
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
putfield io.vertx.core.spi.cluster.RegistrationInfo.seq:J
6: iinc 3 8
7: aload 0
aload 2
iload 3
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: iinc 3 1
11: iload 3
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 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"