MCPcopy Create free account
hub / github.com/apache/uniffle / RestClient

Interface RestClient

cli/src/main/java/org/apache/uniffle/client/RestClient.java:23–28  ·  view source on GitHub ↗

A underlying http client interface for common rest request.

Source from the content-addressed store, hash-verified

21
22/** A underlying http client interface for common rest request. */
23public interface RestClient extends AutoCloseable, Cloneable {
24
25 String get(String path, Map<String, Object> params, String authHeader);
26
27 String post(String path, Map<String, Object> params, String authHeader);
28}

Callers 16

copyToHdfsMethod · 0.65
addHdfsToResourceMethod · 0.65
getHdfsDestPathMethod · 0.65
writeStringToHdfsMethod · 0.65
runMethod · 0.65
doRunMethod · 0.65
onContainersAllocatedMethod · 0.65
postMethod · 0.65
getApplicationsJsonMethod · 0.65
postFunction · 0.65
addShuffleExcludeNodesFunction · 0.65

Implementers 1

RestClientImplcli/src/main/java/org/apache/uniffle/c

Calls

no outgoing calls

Tested by

no test coverage detected