Skip to main content
Package com.gpudb

Class GPUdbBase.SubmitException

All Implemented Interfaces:
Enclosing class:

public static final class GPUdbBase.SubmitException extends GPUdbException
An exception that occurred during the submission of a request to GPUdb.
  • Method Details

    • getURL

      public URL getURL()
      Gets the URL that the failed request was submitted to, or null if multiple failover URLs all failed.
      Returns:
      the URL
    • getRequest

      public org.apache.avro.generic.IndexedRecord getRequest()
      Gets the failed request.
      Returns:
      the request
    • getPayload

      public String getPayload()
      Returns:
      the JSON payload
    • getRequestSize

      public int getRequestSize()
      Gets the size in bytes of the encoded failed request, or -1 if the request was not yet encoded at the time of failure.
      Returns:
      the size of the encoded request