Class SPARQLRepositoryConfig

    • Field Detail

      • USE_CONFIG

        private static final boolean USE_CONFIG
      • QUERY_ENDPOINT

        public static final IRI QUERY_ENDPOINT
        Deprecated.
        use CONFIG#queryEndpoint instead.
        Configuration setting for the SPARQL query endpoint. Required.
      • UPDATE_ENDPOINT

        public static final IRI UPDATE_ENDPOINT
        Deprecated.
        use CONFIG#updateEndpoint instead.
        Configuration setting for the SPARQL update endpoint. Optional.
      • PASS_THROUGH_ENABLED

        public static final IRI PASS_THROUGH_ENABLED
        Deprecated.
        use CONFIG#passThroughEnabled instead.
        Configuration setting for enabling/disabling direct result pass-through. Optional.
        See Also:
        SPARQLProtocolSession.isPassThroughEnabled()
      • queryEndpointUrl

        private java.lang.String queryEndpointUrl
      • updateEndpointUrl

        private java.lang.String updateEndpointUrl
      • passThroughEnabled

        private java.lang.Boolean passThroughEnabled
    • Constructor Detail

      • SPARQLRepositoryConfig

        public SPARQLRepositoryConfig()
      • SPARQLRepositoryConfig

        public SPARQLRepositoryConfig​(java.lang.String queryEndpointUrl)
      • SPARQLRepositoryConfig

        public SPARQLRepositoryConfig​(java.lang.String queryEndpointUrl,
                                      java.lang.String updateEndpointUrl)