Uses of Class
com.amazonaws.athena.connector.lambda.ThrottlingInvoker
-
-
Uses of ThrottlingInvoker in com.amazonaws.athena.connector.lambda
Methods in com.amazonaws.athena.connector.lambda that return ThrottlingInvoker Modifier and Type Method Description ThrottlingInvoker
ThrottlingInvoker.Builder. build()
Constructors in com.amazonaws.athena.connector.lambda with parameters of type ThrottlingInvoker Constructor Description QueryStatusChecker(software.amazon.awssdk.services.athena.AthenaClient athena, ThrottlingInvoker athenaInvoker, String queryId)
-
Uses of ThrottlingInvoker in com.amazonaws.athena.connectors.cloudwatch
Methods in com.amazonaws.athena.connectors.cloudwatch with parameters of type ThrottlingInvoker Modifier and Type Method Description static software.amazon.awssdk.services.cloudwatchlogs.model.GetQueryResultsResponse
CloudwatchUtils. getResult(ThrottlingInvoker invoker, software.amazon.awssdk.services.cloudwatchlogs.CloudWatchLogsClient awsLogs, Map<String,String> qptArguments, int limit)
Constructors in com.amazonaws.athena.connectors.cloudwatch with parameters of type ThrottlingInvoker Constructor Description CloudwatchTableResolver(ThrottlingInvoker invoker, software.amazon.awssdk.services.cloudwatchlogs.CloudWatchLogsClient logsClient, long maxSchemaCacheSize, long maxTableCacheSize)
Constructs an instance of the table resolver. -
Uses of ThrottlingInvoker in com.amazonaws.athena.connectors.dynamodb.resolver
Constructors in com.amazonaws.athena.connectors.dynamodb.resolver with parameters of type ThrottlingInvoker Constructor Description DynamoDBTableResolver(ThrottlingInvoker invoker, software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient)
-
Uses of ThrottlingInvoker in com.amazonaws.athena.connectors.dynamodb.util
Methods in com.amazonaws.athena.connectors.dynamodb.util with parameters of type ThrottlingInvoker Modifier and Type Method Description static DynamoDBTable
DDBTableUtils. getTable(String tableName, ThrottlingInvoker invoker, software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient)
Fetches metadata for a DynamoDB tablestatic org.apache.arrow.vector.types.pojo.Schema
DDBTableUtils. peekTableForSchema(String tableName, ThrottlingInvoker invoker, software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient)
Derives an ArrowSchema
for the given table by performing a small table scan and mapping the returned attribute values' types to Arrow types.
-