Class HiveMuxCompositeHandler
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
-
- com.amazonaws.athena.connectors.jdbc.MultiplexingJdbcCompositeHandler
-
- com.amazonaws.athena.connectors.cloudera.HiveMuxCompositeHandler
-
- All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler
public class HiveMuxCompositeHandler extends MultiplexingJdbcCompositeHandler
Boilerplate composite handler that allows us to use a single Lambda function for both Metadata and Data. In this case we just composeHiveMuxMetadataHandler
andHiveMuxRecordHandler
.
-
-
Constructor Summary
Constructors Constructor Description HiveMuxCompositeHandler()
-
Method Summary
-
Methods inherited from class com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
handleRequest, handleRequest
-
-
-
-
Constructor Detail
-
HiveMuxCompositeHandler
public HiveMuxCompositeHandler() throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
-