Package com.gpudb

Class GPUdbBase.SubmitException

    • Method Detail

      • 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
      • 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