public interface com.datastax.oss.driver.api.core.session.Request
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.datastax.oss.driver.api.core.session.Request
  super_class: java.lang.Object
{
  public abstract java.lang.String getExecutionProfileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.Nullable()

  public abstract com.datastax.oss.driver.api.core.config.DriverExecutionProfile getExecutionProfile();
    descriptor: ()Lcom/datastax/oss/driver/api/core/config/DriverExecutionProfile;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.Nullable()

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

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

  public abstract java.nio.ByteBuffer getRoutingKey();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.Nullable()

  public abstract com.datastax.oss.driver.api.core.metadata.token.Token getRoutingToken();
    descriptor: ()Lcom/datastax/oss/driver/api/core/metadata/token/Token;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.Nullable()

  public abstract java.util.Map<java.lang.String, java.nio.ByteBuffer> getCustomPayload();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/nio/ByteBuffer;>;
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()

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

  public abstract java.time.Duration getTimeout();
    descriptor: ()Ljava/time/Duration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.Nullable()

  public abstract com.datastax.oss.driver.api.core.metadata.Node getNode();
    descriptor: ()Lcom/datastax/oss/driver/api/core/metadata/Node;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.Nullable()
}
SourceFile: "Request.java"