
com.alicloud.openservices.tablestore.TimeseriesClientInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tablestore Show documentation
Show all versions of tablestore Show documentation
Aliyun Open Services SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有
(C)阿里云计算有限公司 http://www.aliyun.com
package com.alicloud.openservices.tablestore;
import com.alicloud.openservices.tablestore.model.timeseries.*;
public interface TimeseriesClientInterface {
CreateTimeseriesTableResponse createTimeseriesTable(CreateTimeseriesTableRequest request);
ListTimeseriesTableResponse listTimeseriesTable();
DeleteTimeseriesTableResponse deleteTimeseriesTable(DeleteTimeseriesTableRequest request);
DescribeTimeseriesTableResponse describeTimeseriesTable(DescribeTimeseriesTableRequest request);
UpdateTimeseriesTableResponse updateTimeseriesTable(UpdateTimeseriesTableRequest request);
PutTimeseriesDataResponse putTimeseriesData(PutTimeseriesDataRequest request)
throws TableStoreException, ClientException;
GetTimeseriesDataResponse getTimeseriesData(GetTimeseriesDataRequest request)
throws TableStoreException, ClientException;
QueryTimeseriesMetaResponse queryTimeseriesMeta(QueryTimeseriesMetaRequest request)
throws TableStoreException, ClientException;
UpdateTimeseriesMetaResponse updateTimeseriesMeta(UpdateTimeseriesMetaRequest request)
throws TableStoreException, ClientException;
DeleteTimeseriesMetaResponse deleteTimeseriesMeta(DeleteTimeseriesMetaRequest request)
throws TableStoreException, ClientException;
SplitTimeseriesScanTaskResponse splitTimeseriesScanTask(SplitTimeseriesScanTaskRequest request)
throws TableStoreException, ClientException;
ScanTimeseriesDataResponse scanTimeseriesData(ScanTimeseriesDataRequest request)
throws TableStoreException, ClientException;
CreateTimeseriesAnalyticalStoreResponse createTimeseriesAnalyticalStore(CreateTimeseriesAnalyticalStoreRequest request)
throws TableStoreException, ClientException;
DeleteTimeseriesAnalyticalStoreResponse deleteTimeseriesAnalyticalStore(DeleteTimeseriesAnalyticalStoreRequest request)
throws TableStoreException, ClientException;
DescribeTimeseriesAnalyticalStoreResponse describeTimeseriesAnalyticalStore(DescribeTimeseriesAnalyticalStoreRequest request)
throws TableStoreException, ClientException;
UpdateTimeseriesAnalyticalStoreResponse updateTimeseriesAnalyticalStore(UpdateTimeseriesAnalyticalStoreRequest request)
throws TableStoreException, ClientException;
CreateTimeseriesLastpointIndexResponse createTimeseriesLastpointIndex(CreateTimeseriesLastpointIndexRequest request)
throws TableStoreException, ClientException;
DeleteTimeseriesLastpointIndexResponse deleteTimeseriesLastpointIndex(DeleteTimeseriesLastpointIndexRequest request)
throws TableStoreException, ClientException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy