Uses of Class
com.amazonaws.athena.connectors.neptune.NeptuneConnection
-
Packages that use NeptuneConnection Package Description com.amazonaws.athena.connectors.neptune com.amazonaws.athena.connectors.neptune.propertygraph com.amazonaws.athena.connectors.neptune.rdf -
-
Uses of NeptuneConnection in com.amazonaws.athena.connectors.neptune
Methods in com.amazonaws.athena.connectors.neptune that return NeptuneConnection Modifier and Type Method Description static NeptuneConnection
NeptuneConnection. createConnection(Map<String,String> configOptions)
Constructors in com.amazonaws.athena.connectors.neptune with parameters of type NeptuneConnection Constructor Description NeptuneMetadataHandler(software.amazon.awssdk.services.glue.GlueClient glue, NeptuneConnection neptuneConnection, EncryptionKeyFactory keyFactory, software.amazon.awssdk.services.secretsmanager.SecretsManagerClient awsSecretsManager, software.amazon.awssdk.services.athena.AthenaClient athena, String spillBucket, String spillPrefix, Map<String,String> configOptions)
NeptuneRecordHandler(software.amazon.awssdk.services.s3.S3Client amazonS3, software.amazon.awssdk.services.secretsmanager.SecretsManagerClient secretsManager, software.amazon.awssdk.services.athena.AthenaClient amazonAthena, NeptuneConnection neptuneConnection, Map<String,String> configOptions)
-
Uses of NeptuneConnection in com.amazonaws.athena.connectors.neptune.propertygraph
Subclasses of NeptuneConnection in com.amazonaws.athena.connectors.neptune.propertygraph Modifier and Type Class Description class
NeptuneGremlinConnection
Constructors in com.amazonaws.athena.connectors.neptune.propertygraph with parameters of type NeptuneConnection Constructor Description PropertyGraphHandler(NeptuneConnection neptuneConnection)
-
Uses of NeptuneConnection in com.amazonaws.athena.connectors.neptune.rdf
Subclasses of NeptuneConnection in com.amazonaws.athena.connectors.neptune.rdf Modifier and Type Class Description class
NeptuneSparqlConnection
Constructors in com.amazonaws.athena.connectors.neptune.rdf with parameters of type NeptuneConnection Constructor Description RDFHandler(NeptuneConnection neptuneConnection)
-