C# Class DynamoDbAutoscaler.Provisioners.GlobalSecondaryIndexProvisioner

Inheritance: Provisioner
ファイルを表示 Open project: litmus/DynamoDbAutoscaler Class Usage Examples

Public Methods

Method Description
GlobalSecondaryIndexProvisioner ( string tableName, string indexName, IDynamoDbTableThroughputClient throughputClient, ILogger structuredLogger ) : System.Threading
UpdateProvisionAsync ( IAutoscalingConfigurationSet configuration, DynamoDbThroughput updated, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

GlobalSecondaryIndexProvisioner() public method

public GlobalSecondaryIndexProvisioner ( string tableName, string indexName, IDynamoDbTableThroughputClient throughputClient, ILogger structuredLogger ) : System.Threading
tableName string
indexName string
throughputClient IDynamoDbTableThroughputClient
structuredLogger ILogger
return System.Threading

UpdateProvisionAsync() public method

public UpdateProvisionAsync ( IAutoscalingConfigurationSet configuration, DynamoDbThroughput updated, CancellationToken cancellationToken = default(CancellationToken) ) : Task
configuration IAutoscalingConfigurationSet
updated DynamoDbAutoscaler.DynamoDbThroughput
cancellationToken System.Threading.CancellationToken
return Task