Class FederationConfig

  • All Implemented Interfaces:
    SailImplConfig

    @Deprecated
    public class FederationConfig
    extends AbstractSailImplConfig
    Deprecated.
    since 3.1.0. This module will be replaced by the new FedX federation module.
    Lists the members of a federation and which properties describe a resource subject in a unique member.
    Author:
    James Leigh
    • Field Detail

      • NAMESPACE

        public static final String NAMESPACE
        Deprecated.
        http://www.openrdf.org/config/sail/federation#
        See Also:
        Constant Field Values
      • MEMBER

        public static final IRI MEMBER
        Deprecated.
      • LOCALPROPERTYSPACE

        public static final IRI LOCALPROPERTYSPACE
        Deprecated.
        For all triples with a predicate in this space, the container RDF store contains all triples with that subject and any predicate in this space.
      • DISTINCT

        public static final IRI DISTINCT
        Deprecated.
        If no two members contain the same statement.
      • READ_ONLY

        public static final IRI READ_ONLY
        Deprecated.
        If the federation should not try and add statements to its members.
    • Constructor Detail

      • FederationConfig

        public FederationConfig()
        Deprecated.