public class TimeseriesClient extends Object implements TimeseriesClientInterface
| 构造器和说明 |
|---|
TimeseriesClient(String endpoint,
CredentialsProvider credsProvider,
String instanceName,
ClientConfiguration config,
ResourceManager resourceManager)
Constructs a new
TimeseriesClient instance using the specified TableStore Endpoint and default configurations. |
TimeseriesClient(String endpoint,
String accessKeyId,
String accessKeySecret,
String instanceName)
Constructs a new
TimeseriesClient instance using the specified TableStore Endpoint and default configuration. |
TimeseriesClient(String endpoint,
String accessKeyId,
String accessKeySecret,
String instanceName,
ClientConfiguration conf)
Constructs a new
TimeseriesClient instance using the specified TableStore Endpoint and configuration. |
TimeseriesClient(String endpoint,
String accessKeyId,
String accessKeySecret,
String instanceName,
ClientConfiguration config,
String stsToken)
Constructs a new
TimeseriesClient instance using the specified TableStore Endpoint and default configuration. |
TimeseriesClient(String endpoint,
String accessKeyId,
String accessKeySecret,
String instanceName,
ClientConfiguration config,
String stsToken,
ExecutorService callbackExecutor)
Constructs a new
TimeseriesClient instance using the specified TableStore Endpoint and default configuration. |
TimeseriesClient(String endpoint,
String accessKeyId,
String accessKeySecret,
String instanceName,
String stsToken)
Constructs a new
TimeseriesClient instance using the specified TableStore Endpoint and default configuration. |
public TimeseriesClient(String endpoint, String accessKeyId, String accessKeySecret, String instanceName)
TimeseriesClient instance using the specified TableStore Endpoint and default configuration.endpoint - The Endpoint of the TableStore service.accessKeyId - The Access ID for accessing the TableStore service.accessKeySecret - The Access Key for accessing the TableStore service.instanceName - The instance name of the TableStore service.public TimeseriesClient(String endpoint, String accessKeyId, String accessKeySecret, String instanceName, ClientConfiguration conf)
TimeseriesClient instance using the specified TableStore Endpoint and configuration.endpoint - The endpoint of the TableStore service.accessKeyId - The Access ID for accessing the TableStore service.accessKeySecret - The Access Key for accessing the TableStore service.instanceName - The instance name for accessing the TableStore service.conf - The client configuration information (ClientConfiguration). If null is passed, the default configuration will be used.public TimeseriesClient(String endpoint, String accessKeyId, String accessKeySecret, String instanceName, String stsToken)
TimeseriesClient instance using the specified TableStore Endpoint and default configuration.endpoint - The endpoint of the TableStore service.accessKeyId - The Access ID for accessing the TableStore service.accessKeySecret - The Access Key for accessing the TableStore service.instanceName - The instance name for accessing the TableStore service.stsToken - Sts Token.public TimeseriesClient(String endpoint, String accessKeyId, String accessKeySecret, String instanceName, ClientConfiguration config, String stsToken)
TimeseriesClient instance using the specified TableStore Endpoint and default configuration.endpoint - The endpoint of the TableStore service.accessKeyId - The Access ID for accessing the TableStore service.accessKeySecret - The Access Key for accessing the TableStore service.instanceName - The instance name for accessing the TableStore service.config - The client configuration information (ClientConfiguration). If null is passed, the default configuration will be used.stsToken - The Sts Token.public TimeseriesClient(String endpoint, String accessKeyId, String accessKeySecret, String instanceName, ClientConfiguration config, String stsToken, ExecutorService callbackExecutor)
TimeseriesClient instance using the specified TableStore Endpoint and default configuration.endpoint - The endpoint of the TableStore service.accessKeyId - The Access ID for accessing the TableStore service.accessKeySecret - The Access Key for accessing the TableStore service.instanceName - The instance name for accessing the TableStore service.config - The client configuration information (ClientConfiguration). If null is passed, the default configuration will be used.stsToken - The Sts Token.callbackExecutor - The thread pool for executing callbacks. Note that this thread pool will also be shut down when the client is shut down.public TimeseriesClient(String endpoint, CredentialsProvider credsProvider, String instanceName, ClientConfiguration config, ResourceManager resourceManager)
TimeseriesClient instance using the specified TableStore Endpoint and default configurations.public CreateTimeseriesTableResponse createTimeseriesTable(CreateTimeseriesTableRequest request)
public ListTimeseriesTableResponse listTimeseriesTable()
listTimeseriesTable 在接口中 TimeseriesClientInterfacepublic DeleteTimeseriesTableResponse deleteTimeseriesTable(DeleteTimeseriesTableRequest request)
public DescribeTimeseriesTableResponse describeTimeseriesTable(DescribeTimeseriesTableRequest request)
public UpdateTimeseriesTableResponse updateTimeseriesTable(UpdateTimeseriesTableRequest request)
public PutTimeseriesDataResponse putTimeseriesData(PutTimeseriesDataRequest request) throws TableStoreException, ClientException
public GetTimeseriesDataResponse getTimeseriesData(GetTimeseriesDataRequest request) throws TableStoreException, ClientException
public QueryTimeseriesMetaResponse queryTimeseriesMeta(QueryTimeseriesMetaRequest request) throws TableStoreException, ClientException
public UpdateTimeseriesMetaResponse updateTimeseriesMeta(UpdateTimeseriesMetaRequest request) throws TableStoreException, ClientException
public DeleteTimeseriesMetaResponse deleteTimeseriesMeta(DeleteTimeseriesMetaRequest request) throws TableStoreException, ClientException
public SplitTimeseriesScanTaskResponse splitTimeseriesScanTask(SplitTimeseriesScanTaskRequest request) throws TableStoreException, ClientException
public ScanTimeseriesDataResponse scanTimeseriesData(ScanTimeseriesDataRequest request) throws TableStoreException, ClientException
public CreateTimeseriesAnalyticalStoreResponse createTimeseriesAnalyticalStore(CreateTimeseriesAnalyticalStoreRequest request) throws TableStoreException, ClientException
public DeleteTimeseriesAnalyticalStoreResponse deleteTimeseriesAnalyticalStore(DeleteTimeseriesAnalyticalStoreRequest request) throws TableStoreException, ClientException
public DescribeTimeseriesAnalyticalStoreResponse describeTimeseriesAnalyticalStore(DescribeTimeseriesAnalyticalStoreRequest request) throws TableStoreException, ClientException
public UpdateTimeseriesAnalyticalStoreResponse updateTimeseriesAnalyticalStore(UpdateTimeseriesAnalyticalStoreRequest request) throws TableStoreException, ClientException
public CreateTimeseriesLastpointIndexResponse createTimeseriesLastpointIndex(CreateTimeseriesLastpointIndexRequest request) throws TableStoreException, ClientException
public DeleteTimeseriesLastpointIndexResponse deleteTimeseriesLastpointIndex(DeleteTimeseriesLastpointIndexRequest request) throws TableStoreException, ClientException
public void shutdown()
public SyncClient asSyncClient()
public AsyncClient asAsyncClient()
public AsyncTimeseriesClient asAsyncTimeseriesClient()
Copyright © 2025. All Rights Reserved.