Package io.unitycatalog.client.api
Class MetastoresApi
java.lang.Object
io.unitycatalog.client.api.MetastoresApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class MetastoresApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response) summary()Get metastore summary Gets information about the metastore hosted by this Unity Catalog service (currently the service hosts only one metastore)Get metastore summary Gets information about the metastore hosted by this Unity Catalog service (currently the service hosts only one metastore)
-
Constructor Details
-
MetastoresApi
public MetastoresApi() -
MetastoresApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
summary
Get metastore summary Gets information about the metastore hosted by this Unity Catalog service (currently the service hosts only one metastore)- Returns:
- GetMetastoreSummaryResponse
- Throws:
ApiException- if fails to make API call
-
summaryWithHttpInfo
Get metastore summary Gets information about the metastore hosted by this Unity Catalog service (currently the service hosts only one metastore)- Returns:
- ApiResponse<GetMetastoreSummaryResponse>
- Throws:
ApiException- if fails to make API call
-