Uses of Interface
com.amazonaws.athena.connector.lambda.data.BlockSpiller
-
Packages that use BlockSpiller Package Description com.amazonaws.athena.connector.lambda com.amazonaws.athena.connector.lambda.data com.amazonaws.athena.connector.lambda.handlers -
-
Uses of BlockSpiller in com.amazonaws.athena.connector.lambda
Methods in com.amazonaws.athena.connector.lambda with parameters of type BlockSpiller Modifier and Type Method Description voidThrottlingInvoker. setBlockSpiller(BlockSpiller spiller)Throttling Invoker can decide to propogate the congestion events to Athena if your Lambda has not generated any data yet.ThrottlingInvoker.BuilderThrottlingInvoker.Builder. withSpiller(BlockSpiller spiller) -
Uses of BlockSpiller in com.amazonaws.athena.connector.lambda.data
Classes in com.amazonaws.athena.connector.lambda.data that implement BlockSpiller Modifier and Type Class Description classS3BlockSpillerImplementation of BlockSpiller which spills Blocks from large results to S3 with optional AES-GCM encryption. -
Uses of BlockSpiller in com.amazonaws.athena.connector.lambda.handlers
Methods in com.amazonaws.athena.connector.lambda.handlers with parameters of type BlockSpiller Modifier and Type Method Description protected abstract voidRecordHandler. readWithConstraint(BlockSpiller spiller, ReadRecordsRequest recordsRequest, QueryStatusChecker queryStatusChecker)A more stream lined option for reading the row data associated with the provided Split.
-