public interface com.datastax.oss.driver.api.core.ConsistencyLevel
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.datastax.oss.driver.api.core.ConsistencyLevel
  super_class: java.lang.Object
{
  public static final com.datastax.oss.driver.api.core.ConsistencyLevel ANY;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel ONE;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel TWO;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel THREE;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel QUORUM;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel ALL;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel LOCAL_ONE;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel LOCAL_QUORUM;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel EACH_QUORUM;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel SERIAL;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.datastax.oss.driver.api.core.ConsistencyLevel LOCAL_SERIAL;
    descriptor: Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.ANY:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.ANY:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         1: .line 30
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.ONE:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.ONE:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         2: .line 31
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.TWO:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.TWO:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         3: .line 32
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.THREE:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.THREE:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         4: .line 33
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.QUORUM:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.QUORUM:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         5: .line 34
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.ALL:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.ALL:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         6: .line 35
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.LOCAL_ONE:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.LOCAL_ONE:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         7: .line 36
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.LOCAL_QUORUM:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.LOCAL_QUORUM:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         8: .line 37
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.EACH_QUORUM:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.EACH_QUORUM:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
         9: .line 38
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.SERIAL:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.SERIAL:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
        10: .line 39
            getstatic com.datastax.oss.driver.api.core.DefaultConsistencyLevel.LOCAL_SERIAL:Lcom/datastax/oss/driver/api/core/DefaultConsistencyLevel;
            putstatic com.datastax.oss.driver.api.core.ConsistencyLevel.LOCAL_SERIAL:Lcom/datastax/oss/driver/api/core/ConsistencyLevel;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract int getProtocolCode();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()

  public abstract boolean isDcLocal();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isSerial();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ConsistencyLevel.java"