String |
GPUdbBase.submitRequest(URL url,
boolean enableCompression) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
Map<String,Object> |
GPUdbBase.submitRequest(URL url,
String payload,
boolean enableCompression) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
<T extends org.apache.avro.generic.IndexedRecord> T |
GPUdbBase.submitRequest(URL url,
org.apache.avro.generic.IndexedRecord request,
T response,
boolean enableCompression) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
<T extends org.apache.avro.generic.IndexedRecord> T |
GPUdbBase.submitRequest(URL url,
org.apache.avro.generic.IndexedRecord request,
T response,
boolean enableCompression,
int responseTimeout) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
String |
GPUdbBase.submitRequestRaw(URL url,
boolean enableCompression) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
String |
GPUdbBase.submitRequestRaw(URL url,
boolean enableCompression,
int responseTimeout) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
Map<String,Object> |
GPUdbBase.submitRequestRaw(URL url,
String payload,
boolean enableCompression) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
Map<String,Object> |
GPUdbBase.submitRequestRaw(URL url,
String payload,
boolean enableCompression,
int responseTimeout) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
<T extends org.apache.avro.generic.IndexedRecord> T |
GPUdbBase.submitRequestRaw(URL url,
org.apache.avro.generic.IndexedRecord request,
T response,
boolean enableCompression) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|
<T extends org.apache.avro.generic.IndexedRecord> T |
GPUdbBase.submitRequestRaw(URL url,
org.apache.avro.generic.IndexedRecord request,
T response,
boolean enableCompression,
int responseTimeout) |
Submits an arbitrary request to GPUdb via the specified URL and saves the
response into a pre-created response object, optionally compressing the
request before sending.
|