final class org.apache.lucene.index.BinaryDocValuesFieldUpdates extends org.apache.lucene.index.DocValuesFieldUpdates
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.index.BinaryDocValuesFieldUpdates
super_class: org.apache.lucene.index.DocValuesFieldUpdates
{
private org.apache.lucene.util.packed.PagedGrowableWriter offsets;
descriptor: Lorg/apache/lucene/util/packed/PagedGrowableWriter;
flags: (0x0002) ACC_PRIVATE
private org.apache.lucene.util.packed.PagedGrowableWriter lengths;
descriptor: Lorg/apache/lucene/util/packed/PagedGrowableWriter;
flags: (0x0002) ACC_PRIVATE
private org.apache.lucene.util.BytesRefBuilder values;
descriptor: Lorg/apache/lucene/util/BytesRefBuilder;
flags: (0x0002) ACC_PRIVATE
public void <init>(long, java.lang.String, int);
descriptor: (JLjava/lang/String;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 0
iload 4
lload 1
aload 3
getstatic org.apache.lucene.index.DocValuesType.BINARY:Lorg/apache/lucene/index/DocValuesType;
invokespecial org.apache.lucene.index.DocValuesFieldUpdates.<init>:(IJLjava/lang/String;Lorg/apache/lucene/index/DocValuesType;)V
1: aload 0
new org.apache.lucene.util.packed.PagedGrowableWriter
dup
lconst_1
sipush 1024
iconst_1
ldc 0.5
invokespecial org.apache.lucene.util.packed.PagedGrowableWriter.<init>:(JIIF)V
putfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
2: aload 0
new org.apache.lucene.util.packed.PagedGrowableWriter
dup
lconst_1
sipush 1024
iconst_1
ldc 0.5
invokespecial org.apache.lucene.util.packed.PagedGrowableWriter.<init>:(JIIF)V
putfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
3: aload 0
new org.apache.lucene.util.BytesRefBuilder
dup
invokespecial org.apache.lucene.util.BytesRefBuilder.<init>:()V
putfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.values:Lorg/apache/lucene/util/BytesRefBuilder;
4: return
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
0 5 1 delGen J
0 5 3 field Ljava/lang/String;
0 5 4 maxDoc I
MethodParameters:
Name Flags
delGen
field
maxDoc
public void add(int, long);
descriptor: (IJ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
0 1 1 doc I
0 1 2 value J
MethodParameters:
Name Flags
doc
value
public void add(int, org.apache.lucene.index.DocValuesFieldUpdates$Iterator);
descriptor: (ILorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$Iterator.binaryValue:()Lorg/apache/lucene/util/BytesRef;
invokevirtual org.apache.lucene.index.BinaryDocValuesFieldUpdates.add:(ILorg/apache/lucene/util/BytesRef;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
0 2 1 docId I
0 2 2 iterator Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
MethodParameters:
Name Flags
docId
iterator
public synchronized void add(int, org.apache.lucene.util.BytesRef);
descriptor: (ILorg/apache/lucene/util/BytesRef;)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
invokevirtual org.apache.lucene.index.BinaryDocValuesFieldUpdates.add:(I)I
istore 3
start local 3 1: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 3
i2l
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.values:Lorg/apache/lucene/util/BytesRefBuilder;
invokevirtual org.apache.lucene.util.BytesRefBuilder.length:()I
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.set:(JJ)V
2: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 3
i2l
aload 2
getfield org.apache.lucene.util.BytesRef.length:I
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.set:(JJ)V
3: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.values:Lorg/apache/lucene/util/BytesRefBuilder;
aload 2
invokevirtual org.apache.lucene.util.BytesRefBuilder.append:(Lorg/apache/lucene/util/BytesRef;)V
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
0 5 1 doc I
0 5 2 value Lorg/apache/lucene/util/BytesRef;
1 5 3 index I
MethodParameters:
Name Flags
doc
value
protected void swap(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokespecial org.apache.lucene.index.DocValuesFieldUpdates.swap:(II)V
1: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 2
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.get:(J)J
lstore 3
start local 3 2: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 2
i2l
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 1
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.get:(J)J
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.set:(JJ)V
3: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 1
i2l
lload 3
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.set:(JJ)V
4: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 2
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.get:(J)J
lstore 5
start local 5 5: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 2
i2l
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 1
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.get:(J)J
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.set:(JJ)V
6: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 1
i2l
lload 5
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.set:(JJ)V
7: return
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
0 8 1 i I
0 8 2 j I
2 8 3 tmpOffset J
5 8 5 tmpLength J
MethodParameters:
Name Flags
i
j
protected void grow(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial org.apache.lucene.index.DocValuesFieldUpdates.grow:(I)V
1: aload 0
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 1
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.grow:(J)Lorg/apache/lucene/util/packed/AbstractPagedMutable;
checkcast org.apache.lucene.util.packed.PagedGrowableWriter
putfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
2: aload 0
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 1
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.grow:(J)Lorg/apache/lucene/util/packed/AbstractPagedMutable;
checkcast org.apache.lucene.util.packed.PagedGrowableWriter
putfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
0 4 1 size I
MethodParameters:
Name Flags
size
protected void resize(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial org.apache.lucene.index.DocValuesFieldUpdates.resize:(I)V
1: aload 0
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 1
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.resize:(J)Lorg/apache/lucene/util/packed/AbstractPagedMutable;
checkcast org.apache.lucene.util.packed.PagedGrowableWriter
putfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
2: aload 0
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
iload 1
i2l
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.resize:(J)Lorg/apache/lucene/util/packed/AbstractPagedMutable;
checkcast org.apache.lucene.util.packed.PagedGrowableWriter
putfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
0 4 1 size I
MethodParameters:
Name Flags
size
public org.apache.lucene.index.BinaryDocValuesFieldUpdates$Iterator iterator();
descriptor: ()Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates$Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.lucene.index.BinaryDocValuesFieldUpdates.ensureFinished:()V
1: new org.apache.lucene.index.BinaryDocValuesFieldUpdates$Iterator
dup
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.size:I
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.values:Lorg/apache/lucene/util/BytesRefBuilder;
invokevirtual org.apache.lucene.util.BytesRefBuilder.get:()Lorg/apache/lucene/util/BytesRef;
aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.delGen:J
invokespecial org.apache.lucene.index.BinaryDocValuesFieldUpdates$Iterator.<init>:(ILorg/apache/lucene/util/packed/PagedGrowableWriter;Lorg/apache/lucene/util/packed/PagedGrowableWriter;Lorg/apache/lucene/util/packed/PagedMutable;Lorg/apache/lucene/util/BytesRef;J)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
public long ramBytesUsed();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.apache.lucene.index.DocValuesFieldUpdates.ramBytesUsed:()J
1: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.offsets:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.ramBytesUsed:()J
2: ladd
3: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.lengths:Lorg/apache/lucene/util/packed/PagedGrowableWriter;
invokevirtual org.apache.lucene.util.packed.PagedGrowableWriter.ramBytesUsed:()J
4: ladd
5: getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_HEADER:I
i2l
6: ladd
7: ldc 8
8: ladd
9: iconst_3
getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_REF:I
imul
i2l
10: ladd
11: aload 0
getfield org.apache.lucene.index.BinaryDocValuesFieldUpdates.values:Lorg/apache/lucene/util/BytesRefBuilder;
invokevirtual org.apache.lucene.util.BytesRefBuilder.bytes:()[B
arraylength
i2l
12: ladd
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates;
public org.apache.lucene.index.DocValuesFieldUpdates$Iterator iterator();
descriptor: ()Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.lucene.index.BinaryDocValuesFieldUpdates.iterator:()Lorg/apache/lucene/index/BinaryDocValuesFieldUpdates$Iterator;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "BinaryDocValuesFieldUpdates.java"
NestMembers:
org.apache.lucene.index.BinaryDocValuesFieldUpdates$Iterator
InnerClasses:
final Iterator = org.apache.lucene.index.BinaryDocValuesFieldUpdates$Iterator of org.apache.lucene.index.BinaryDocValuesFieldUpdates
abstract Iterator = org.apache.lucene.index.DocValuesFieldUpdates$Iterator of org.apache.lucene.index.DocValuesFieldUpdates