| Package | Description |
|---|---|
| com.aliyun.odps.storage.internal |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpClient.request(okhttp3.Request request)
Makes a generic, one-time request (used for metadata operations).
|
HttpResponse |
HttpClient.request(String path,
String method,
Map<String,String> params,
Map<String,String> headers,
String body)
Makes a generic, one-time request (used for metadata operations).
|
HttpResponse |
HttpClient.requestWithoutRetry(okhttp3.Request request)
Makes a generic, one-time request without automatic retry.
|
HttpResponse |
HttpClient.streamDownload(String path,
String method,
Map<String,String> params,
Map<String,String> headers,
String body)
Stream download request (replaces connect + getInputStream).
|
HttpResponse |
HttpClient.streamUpload(String path,
String method,
Map<String,String> params,
Map<String,String> headers,
okhttp3.RequestBody requestBody)
Uploads data using a stream.
|
HttpResponse |
StorageStub.writeTable(TableIdentifier tableId,
String sessionId,
String streamId,
long streamVersion,
long recordCount,
okhttp3.RequestBody arrowStreamBody,
String routeToken,
String streamingTableId,
Long streamingSchemaVersion) |
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.