SimpleHttpResponse |
FileUploadDownloadClient.addSchema(URI uri,
String schemaName,
File schemaFile) |
Deprecated.
|
SimpleHttpResponse |
FileUploadDownloadClient.addSchema(URI uri,
String schemaName,
File schemaFile,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters) |
Add schema.
|
int |
FileUploadDownloadClient.downloadFile(URI uri,
int socketTimeoutMs,
File dest) |
Deprecated.
|
int |
FileUploadDownloadClient.downloadFile(URI uri,
File dest) |
Deprecated.
|
int |
FileUploadDownloadClient.downloadFile(URI uri,
File dest,
AuthProvider authProvider) |
Download a file.
|
int |
FileUploadDownloadClient.downloadFile(URI uri,
File dest,
AuthProvider authProvider,
List<org.apache.http.Header> httpHeaders) |
Download a file.
|
File |
FileUploadDownloadClient.downloadUntarFileStreamed(URI uri,
File dest,
AuthProvider authProvider,
List<org.apache.http.Header> httpHeaders,
long maxStreamRateInByte) |
Download and untar a file in a streamed way with rate limit
|
SimpleHttpResponse |
FileUploadDownloadClient.endReplaceSegments(URI uri,
int socketTimeoutMs,
AuthProvider authProvider) |
End replace segments with default settings.
|
SimpleHttpResponse |
FileUploadDownloadClient.revertReplaceSegments(URI uri) |
Revert replace segments with default settings.
|
SimpleHttpResponse |
FileUploadDownloadClient.sendSegmentCompletionProtocolRequest(URI uri,
int socketTimeoutMs) |
Deprecated.
|
SimpleHttpResponse |
FileUploadDownloadClient.sendSegmentCompletionProtocolRequest(URI uri,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters,
int socketTimeoutMs) |
Send segment completion protocol request.
|
SimpleHttpResponse |
FileUploadDownloadClient.sendSegmentJson(URI uri,
String jsonString) |
Deprecated.
|
SimpleHttpResponse |
FileUploadDownloadClient.sendSegmentJson(URI uri,
String jsonString,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters,
int socketTimeoutMs) |
Send segment json.
|
SimpleHttpResponse |
FileUploadDownloadClient.sendSegmentUri(URI uri,
String downloadUri,
String rawTableName) |
Deprecated.
|
SimpleHttpResponse |
FileUploadDownloadClient.sendSegmentUri(URI uri,
String downloadUri,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters,
int socketTimeoutMs) |
Send segment uri.
|
SimpleHttpResponse |
FileUploadDownloadClient.startReplaceSegments(URI uri,
StartReplaceSegmentsRequest startReplaceSegmentsRequest,
AuthProvider authProvider) |
Start replace segments with default settings.
|
SimpleHttpResponse |
FileUploadDownloadClient.updateSchema(URI uri,
String schemaName,
File schemaFile) |
Deprecated.
|
SimpleHttpResponse |
FileUploadDownloadClient.updateSchema(URI uri,
String schemaName,
File schemaFile,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters) |
Update schema.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegment(URI uri,
String segmentName,
File segmentFile,
String tableName) |
Deprecated.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegment(URI uri,
String segmentName,
File segmentFile,
String tableName,
TableType tableType) |
Upload segment with segment file using default settings.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegment(URI uri,
String segmentName,
File segmentFile,
String tableName,
TableType tableType,
boolean enableParallelPushProtection,
boolean allowRefresh) |
Upload segment with segment file using table name, type, enableParallelPushProtection and allowRefresh as
request parameters.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegment(URI uri,
String segmentName,
File segmentFile,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters,
int socketTimeoutMs) |
Upload segment with segment file.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegment(URI uri,
String segmentName,
InputStream inputStream,
String rawTableName) |
Upload segment with segment file input stream using default settings.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegment(URI uri,
String segmentName,
InputStream inputStream,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters,
int socketTimeoutMs) |
Upload segment with segment file input stream.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegment(URI uri,
String segmentName,
InputStream inputStream,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters,
String tableName,
TableType tableType) |
Upload segment with segment file input stream.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegmentMetadata(URI uri,
String segmentName,
File segmentMetadataFile,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters,
int socketTimeoutMs) |
Upload segment by sending a zip of creation.meta and metadata.properties.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegmentMetadataFiles(URI uri,
Map<String,File> metadataFiles,
int segmentUploadRequestTimeoutMs) |
Deprecated.
|
SimpleHttpResponse |
FileUploadDownloadClient.uploadSegmentMetadataFiles(URI uri,
Map<String,File> metadataFiles,
List<org.apache.http.Header> headers,
List<org.apache.http.NameValuePair> parameters,
int segmentUploadRequestTimeoutMs) |
|
String |
FileUploadDownloadClient.uploadToSegmentStore(String uri) |
Used by controllers to send requests to servers:
Controller periodic task uses this endpoint to ask servers
to upload committed llc segment to segment store if missing.
|