public static final class GPUdbBase.SubmitException extends GPUdbException
hadConnectionFailure| Modifier and Type | Method and Description |
|---|---|
org.apache.avro.generic.IndexedRecord |
getRequest()
Gets the failed request.
|
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.
|
URL |
getURL()
Gets the URL that the failed request was submitted to, or
null if multiple failover URLs all failed. |
hadConnectionFailureaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic URL getURL()
null if multiple failover URLs all failed.public org.apache.avro.generic.IndexedRecord getRequest()
public int getRequestSize()
Copyright © 2020. All rights reserved.