Class StatsApi


  • public class StatsApi
    extends java.lang.Object
    • 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