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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 31
            new com.datastax.oss.driver.internal.core.retry.DefaultRetryVerdict
            dup
            getstatic com.datastax.oss.driver.api.core.retry.RetryDecision.RETRY_SAME:Lcom/datastax/oss/driver/api/core/retry/RetryDecision;
            invokespecial com.datastax.oss.driver.internal.core.retry.DefaultRetryVerdict.<init>:(Lcom/datastax/oss/driver/api/core/retry/RetryDecision;)V
            putstatic com.datastax.oss.driver.api.core.retry.RetryVerdict.RETRY_SAME:Lcom/datastax/oss/driver/api/core/retry/RetryVerdict;
         1: .line 34
            new com.datastax.oss.driver.internal.core.retry.DefaultRetryVerdict
            dup
            getstatic com.datastax.oss.driver.api.core.retry.RetryDecision.RETRY_NEXT:Lcom/datastax/oss/driver/api/core/retry/RetryDecision;
            invokespecial com.datastax.oss.driver.internal.core.retry.DefaultRetryVerdict.<init>:(Lcom/datastax/oss/driver/api/core/retry/RetryDecision;)V
            putstatic com.datastax.oss.driver.api.core.retry.RetryVerdict.RETRY_NEXT:Lcom/datastax/oss/driver/api/core/retry/RetryVerdict;
         2: .line 37
            new com.datastax.oss.driver.internal.core.retry.DefaultRetryVerdict
            dup
            getstatic com.datastax.oss.driver.api.core.retry.RetryDecision.IGNORE:Lcom/datastax/oss/driver/api/core/retry/RetryDecision;
            invokespecial com.datastax.oss.driver.internal.core.retry.DefaultRetryVerdict.<init>:(Lcom/datastax/oss/driver/api/core/retry/RetryDecision;)V
            putstatic com.datastax.oss.driver.api.core.retry.RetryVerdict.IGNORE:Lcom/datastax/oss/driver/api/core/retry/RetryVerdict;
         3: .line 40
            new com.datastax.oss.driver.internal.core.retry.DefaultRetryVerdict
            dup
            getstatic com.datastax.oss.driver.api.core.retry.RetryDecision.RETHROW:Lcom/datastax/oss/driver/api/core/retry/RetryDecision;
            invokespecial com.datastax.oss.driver.internal.core.retry.DefaultRetryVerdict.<init>:(Lcom/datastax/oss/driver/api/core/retry/RetryDecision;)V
            putstatic com.datastax.oss.driver.api.core.retry.RetryVerdict.RETHROW:Lcom/datastax/oss/driver/api/core/retry/RetryVerdict;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract com.datastax.oss.driver.api.core.retry.RetryDecision getRetryDecision();
    descriptor: ()Lcom/datastax/oss/driver/api/core/retry/RetryDecision;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()

  public <RequestT extends com.datastax.oss.driver.api.core.session.Request> RequestT getRetryRequest();
    descriptor: (Lcom/datastax/oss/driver/api/core/session/Request;)Lcom/datastax/oss/driver/api/core/session/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.datastax.oss.driver.api.core.retry.RetryVerdict this
        start local 1 // com.datastax.oss.driver.api.core.session.Request previous
         0: .line 59
            aload 1 /* previous */
            areturn
        end local 1 // com.datastax.oss.driver.api.core.session.Request previous
        end local 0 // com.datastax.oss.driver.api.core.retry.RetryVerdict this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/datastax/oss/driver/api/core/retry/RetryVerdict;
            0    1     1  previous  TRequestT;
    Signature: <RequestT::Lcom/datastax/oss/driver/api/core/session/Request;>(TRequestT;)TRequestT;
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()
    RuntimeInvisibleParameterAnnotations: 
      0:
        edu.umd.cs.findbugs.annotations.NonNull()
    MethodParameters:
          Name  Flags
      previous  
}
SourceFile: "RetryVerdict.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()