public interface io.netty.handler.codec.redis.LastBulkStringRedisContent extends io.netty.handler.codec.redis.BulkStringRedisContent
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.netty.handler.codec.redis.LastBulkStringRedisContent
super_class: java.lang.Object
{
public static final io.netty.handler.codec.redis.LastBulkStringRedisContent EMPTY_LAST_CONTENT;
descriptor: Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.netty.handler.codec.redis.LastBulkStringRedisContent$1
dup
invokespecial io.netty.handler.codec.redis.LastBulkStringRedisContent$1.<init>:()V
putstatic io.netty.handler.codec.redis.LastBulkStringRedisContent.EMPTY_LAST_CONTENT:Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
1: return
LocalVariableTable:
Start End Slot Name Signature
public abstract io.netty.handler.codec.redis.LastBulkStringRedisContent copy();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.redis.LastBulkStringRedisContent duplicate();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.redis.LastBulkStringRedisContent retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.redis.LastBulkStringRedisContent replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
content
public abstract io.netty.handler.codec.redis.LastBulkStringRedisContent retain();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.redis.LastBulkStringRedisContent retain(int);
descriptor: (I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
increment
public abstract io.netty.handler.codec.redis.LastBulkStringRedisContent touch();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.redis.LastBulkStringRedisContent touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
hint
public io.netty.buffer.ByteBufHolder copy();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.copy:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent copy();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.copy:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain(int);
descriptor: (I)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain(int);
descriptor: (I)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent retain(int);
descriptor: (I)Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent retain();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder duplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.duplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent duplicate();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.duplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent touch();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retainedDuplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.retainedDuplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.netty.handler.codec.redis.LastBulkStringRedisContent.retainedDuplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "LastBulkStringRedisContent.java"
NestMembers:
io.netty.handler.codec.redis.LastBulkStringRedisContent$1
InnerClasses:
io.netty.handler.codec.redis.LastBulkStringRedisContent$1