Class ClusterHealthApi
java.lang.Object
dev.restate.admin.api.ClusterHealthApi
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Cluster health Get the cluster health.clusterHealth(Map<String, String> headers) Deprecated.Cluster health Get the cluster health.Deprecated.Cluster health Get the cluster health.clusterHealthWithHttpInfo(Map<String, String> headers) Deprecated.Cluster health Get the cluster health.downloadFileFromResponse(HttpResponse<InputStream> response, InputStream responseBody) Deprecated.Download file from the given response.protected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response) Deprecated.
-
Constructor Details
-
ClusterHealthApi
public ClusterHealthApi()Deprecated. -
ClusterHealthApi
Deprecated.
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException Deprecated.- Throws:
IOException
-
downloadFileFromResponse
public File downloadFileFromResponse(HttpResponse<InputStream> response, InputStream responseBody) throws ApiException Deprecated.Download file from the given response.- Parameters:
response- Response- Returns:
- File
- Throws:
ApiException- If fail to read file content from response and write to disk
-
clusterHealth
Deprecated.Cluster health Get the cluster health.- Returns:
- ClusterHealthResponse
- Throws:
ApiException- if fails to make API call
-
clusterHealth
Deprecated.Cluster health Get the cluster health.- Parameters:
headers- Optional headers to include in the request- Returns:
- ClusterHealthResponse
- Throws:
ApiException- if fails to make API call
-
clusterHealthWithHttpInfo
Deprecated.Cluster health Get the cluster health.- Returns:
- ApiResponse<ClusterHealthResponse>
- Throws:
ApiException- if fails to make API call
-
clusterHealthWithHttpInfo
public ApiResponse<ClusterHealthResponse> clusterHealthWithHttpInfo(Map<String, String> headers) throws ApiExceptionDeprecated.Cluster health Get the cluster health.- Parameters:
headers- Optional headers to include in the request- Returns:
- ApiResponse<ClusterHealthResponse>
- Throws:
ApiException- if fails to make API call
-