Package io.tiledb.cloud.rest_api.api
Class StatsApi
- java.lang.Object
-
- io.tiledb.cloud.rest_api.api.StatsApi
-
public class StatsApi extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClient
getApiClient()
java.lang.String
getCustomBaseUrl()
int
getHostIndex()
GetTiledbStats200Response
getTiledbStats()
Fetch libtiledb statokhttp3.Call
getTiledbStatsAsync(ApiCallback<GetTiledbStats200Response> _callback)
(asynchronously) Fetch libtiledb statokhttp3.Call
getTiledbStatsCall(ApiCallback _callback)
Build call for getTiledbStatsApiResponse<GetTiledbStats200Response>
getTiledbStatsWithHttpInfo()
Fetch libtiledb statvoid
setApiClient(ApiClient apiClient)
void
setCustomBaseUrl(java.lang.String customBaseUrl)
void
setHostIndex(int hostIndex)
-
-
-
Constructor Detail
-
StatsApi
public StatsApi()
-
StatsApi
public StatsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getHostIndex
public int getHostIndex()
-
setHostIndex
public void setHostIndex(int hostIndex)
-
getCustomBaseUrl
public java.lang.String getCustomBaseUrl()
-
setCustomBaseUrl
public void setCustomBaseUrl(java.lang.String customBaseUrl)
-
getTiledbStatsCall
public okhttp3.Call getTiledbStatsCall(ApiCallback _callback) throws ApiException
Build call for getTiledbStats- Parameters:
_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getTiledbStats
public GetTiledbStats200Response getTiledbStats() throws ApiException
Fetch libtiledb stat- Returns:
- GetTiledbStats200Response
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getTiledbStatsWithHttpInfo
public ApiResponse<GetTiledbStats200Response> getTiledbStatsWithHttpInfo() throws ApiException
Fetch libtiledb stat- Returns:
- ApiResponse<GetTiledbStats200Response>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getTiledbStatsAsync
public okhttp3.Call getTiledbStatsAsync(ApiCallback<GetTiledbStats200Response> _callback) throws ApiException
(asynchronously) Fetch libtiledb stat- Parameters:
_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
-