Uses of Interface
com.amazonaws.athena.connector.lambda.data.BlockWriter
-
Packages that use BlockWriter Package Description com.amazonaws.athena.connector.lambda.data com.amazonaws.athena.connector.lambda.handlers -
-
Uses of BlockWriter in com.amazonaws.athena.connector.lambda.data
Subinterfaces of BlockWriter in com.amazonaws.athena.connector.lambda.data Modifier and Type Interface Description interfaceBlockSpillerUsed to write blocks which may require chunking and optionally spilling via a secondary communication channel.Classes in com.amazonaws.athena.connector.lambda.data that implement BlockWriter Modifier and Type Class Description classS3BlockSpillerImplementation of BlockSpiller which spills Blocks from large results to S3 with optional AES-GCM encryption.classSimpleBlockWriterUsed to write a single Block using the BlockWriter programming model. -
Uses of BlockWriter in com.amazonaws.athena.connector.lambda.handlers
Methods in com.amazonaws.athena.connector.lambda.handlers with parameters of type BlockWriter Modifier and Type Method Description abstract voidMetadataHandler. getPartitions(BlockWriter blockWriter, GetTableLayoutRequest request, QueryStatusChecker queryStatusChecker)Used to get the partitions that must be read from the request table in order to satisfy the requested predicate.
-