class io.vertx.redis.client.impl.Slots$Slot
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.redis.client.impl.Slots$Slot
  super_class: java.lang.Object
{
  private final int start;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int end;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String[] endpoints;
    descriptor: [Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.redis.client.impl.Slots$Slot this
        start local 1 // int start
        start local 2 // int end
        start local 3 // int size
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            iload 1 /* start */
            putfield io.vertx.redis.client.impl.Slots$Slot.start:I
         2: .line 35
            aload 0 /* this */
            iload 2 /* end */
            putfield io.vertx.redis.client.impl.Slots$Slot.end:I
         3: .line 36
            aload 0 /* this */
            iload 3 /* size */
            anewarray java.lang.String
            putfield io.vertx.redis.client.impl.Slots$Slot.endpoints:[Ljava/lang/String;
         4: .line 37
            return
        end local 3 // int size
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.redis.client.impl.Slots$Slot this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/redis/client/impl/Slots$Slot;
            0    5     1  start  I
            0    5     2    end  I
            0    5     3   size  I
    MethodParameters:
       Name  Flags
      start  
      end    
      size   
}
SourceFile: "Slots.java"
NestHost: io.vertx.redis.client.impl.Slots
InnerClasses:
  Slot = io.vertx.redis.client.impl.Slots$Slot of io.vertx.redis.client.impl.Slots