class org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues extends org.apache.lucene.index.BinaryDocValues
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues
super_class: org.apache.lucene.index.BinaryDocValues
{
final org.apache.lucene.util.BytesRefBuilder value;
descriptor: Lorg/apache/lucene/util/BytesRefBuilder;
flags: (0x0010) ACC_FINAL
final org.apache.lucene.util.packed.PackedLongValues$Iterator lengthsIterator;
descriptor: Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
flags: (0x0010) ACC_FINAL
final org.apache.lucene.search.DocIdSetIterator docsWithField;
descriptor: Lorg/apache/lucene/search/DocIdSetIterator;
flags: (0x0010) ACC_FINAL
final org.apache.lucene.store.DataInput bytesIterator;
descriptor: Lorg/apache/lucene/store/DataInput;
flags: (0x0010) ACC_FINAL
void <init>(org.apache.lucene.util.packed.PackedLongValues, int, org.apache.lucene.store.DataInput, org.apache.lucene.search.DocIdSetIterator);
descriptor: (Lorg/apache/lucene/util/packed/PackedLongValues;ILorg/apache/lucene/store/DataInput;Lorg/apache/lucene/search/DocIdSetIterator;)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial org.apache.lucene.index.BinaryDocValues.<init>:()V
1: aload 0
new org.apache.lucene.util.BytesRefBuilder
dup
invokespecial org.apache.lucene.util.BytesRefBuilder.<init>:()V
putfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
2: aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
iload 2
invokevirtual org.apache.lucene.util.BytesRefBuilder.grow:(I)V
3: aload 0
aload 1
invokevirtual org.apache.lucene.util.packed.PackedLongValues.iterator:()Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
putfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.lengthsIterator:Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
4: aload 0
aload 3
putfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.bytesIterator:Lorg/apache/lucene/store/DataInput;
5: aload 0
aload 4
putfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
0 7 1 lengths Lorg/apache/lucene/util/packed/PackedLongValues;
0 7 2 maxLength I
0 7 3 bytesIterator Lorg/apache/lucene/store/DataInput;
0 7 4 docsWithFields Lorg/apache/lucene/search/DocIdSetIterator;
MethodParameters:
Name Flags
lengths
maxLength
bytesIterator
docsWithFields
public int docID();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
invokevirtual org.apache.lucene.search.DocIdSetIterator.docID:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
public int nextDoc();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
istore 1
start local 1 1: iload 1
ldc 2147483647
if_icmpeq 5
2: aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.lengthsIterator:Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
invokevirtual org.apache.lucene.util.packed.PackedLongValues$Iterator.next:()J
invokestatic java.lang.Math.toIntExact:(J)I
istore 2
start local 2 3: aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
iload 2
invokevirtual org.apache.lucene.util.BytesRefBuilder.setLength:(I)V
4: aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.bytesIterator:Lorg/apache/lucene/store/DataInput;
aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
invokevirtual org.apache.lucene.util.BytesRefBuilder.bytes:()[B
iconst_0
iload 2
invokevirtual org.apache.lucene.store.DataInput.readBytes:([BII)V
end local 2 5: StackMap locals: int
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
1 6 1 docID I
3 5 2 length I
Exceptions:
throws java.io.IOException
public int advance(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
0 1 1 target I
MethodParameters:
Name Flags
target
public boolean advanceExact(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
0 1 1 target I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
target
public long cost();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
invokevirtual org.apache.lucene.search.DocIdSetIterator.cost:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
public org.apache.lucene.util.BytesRef binaryValue();
descriptor: ()Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
invokevirtual org.apache.lucene.util.BytesRefBuilder.get:()Lorg/apache/lucene/util/BytesRef;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
}
SourceFile: "BinaryDocValuesWriter.java"
NestHost: org.apache.lucene.index.BinaryDocValuesWriter
InnerClasses:
private BufferedBinaryDocValues = org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues of org.apache.lucene.index.BinaryDocValuesWriter
public final Iterator = org.apache.lucene.util.packed.PackedLongValues$Iterator of org.apache.lucene.util.packed.PackedLongValues