public class org.apache.lucene.codecs.memory.DirectDocValuesFormat extends org.apache.lucene.codecs.DocValuesFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.codecs.memory.DirectDocValuesFormat
  super_class: org.apache.lucene.codecs.DocValuesFormat
{
  public static final int MAX_TOTAL_BYTES_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int MAX_SORTED_SET_ORDS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static final java.lang.String DATA_CODEC;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "DirectDocValuesData"

  static final java.lang.String DATA_EXTENSION;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "dvdd"

  static final java.lang.String METADATA_CODEC;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "DirectDocValuesMetadata"

  static final java.lang.String METADATA_EXTENSION;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "dvdm"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 58
            getstatic org.apache.lucene.util.ArrayUtil.MAX_ARRAY_LENGTH:I
            putstatic org.apache.lucene.codecs.memory.DirectDocValuesFormat.MAX_TOTAL_BYTES_LENGTH:I
         1: .line 62
            getstatic org.apache.lucene.util.ArrayUtil.MAX_ARRAY_LENGTH:I
            putstatic org.apache.lucene.codecs.memory.DirectDocValuesFormat.MAX_SORTED_SET_ORDS:I
         2: .line 82
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesFormat this
         0: .line 66
            aload 0 /* this */
            ldc "Direct"
            invokespecial org.apache.lucene.codecs.DocValuesFormat.<init>:(Ljava/lang/String;)V
         1: .line 67
            return
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/codecs/memory/DirectDocValuesFormat;

  public org.apache.lucene.codecs.DocValuesConsumer fieldsConsumer(org.apache.lucene.index.SegmentWriteState);
    descriptor: (Lorg/apache/lucene/index/SegmentWriteState;)Lorg/apache/lucene/codecs/DocValuesConsumer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesFormat this
        start local 1 // org.apache.lucene.index.SegmentWriteState state
         0: .line 71
            new org.apache.lucene.codecs.memory.DirectDocValuesConsumer
            dup
            aload 1 /* state */
            ldc "DirectDocValuesData"
            ldc "dvdd"
            ldc "DirectDocValuesMetadata"
            ldc "dvdm"
            invokespecial org.apache.lucene.codecs.memory.DirectDocValuesConsumer.<init>:(Lorg/apache/lucene/index/SegmentWriteState;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 1 // org.apache.lucene.index.SegmentWriteState state
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesFormat this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/codecs/memory/DirectDocValuesFormat;
            0    1     1  state  Lorg/apache/lucene/index/SegmentWriteState;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      state  

  public org.apache.lucene.codecs.DocValuesProducer fieldsProducer(org.apache.lucene.index.SegmentReadState);
    descriptor: (Lorg/apache/lucene/index/SegmentReadState;)Lorg/apache/lucene/codecs/DocValuesProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesFormat this
        start local 1 // org.apache.lucene.index.SegmentReadState state
         0: .line 76
            new org.apache.lucene.codecs.memory.DirectDocValuesProducer
            dup
            aload 1 /* state */
            ldc "DirectDocValuesData"
            ldc "dvdd"
            ldc "DirectDocValuesMetadata"
            ldc "dvdm"
            invokespecial org.apache.lucene.codecs.memory.DirectDocValuesProducer.<init>:(Lorg/apache/lucene/index/SegmentReadState;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 1 // org.apache.lucene.index.SegmentReadState state
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesFormat this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/codecs/memory/DirectDocValuesFormat;
            0    1     1  state  Lorg/apache/lucene/index/SegmentReadState;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "DirectDocValuesFormat.java"