Class FederatedStoreProperties

    • Field Detail

      • PROP_DEFAULT_GRAPH_IDS

        public static final String PROP_DEFAULT_GRAPH_IDS
        Property key for federated stores default graph IDs
        See Also:
        Constant Field Values
      • PROP_DEFAULT_MERGE_ELEMENTS

        public static final String PROP_DEFAULT_MERGE_ELEMENTS
        Property key for setting if the default is to apply element aggregation or not
        See Also:
        Constant Field Values
      • PROP_ALLOW_PUBLIC_GRAPHS

        public static final String PROP_ALLOW_PUBLIC_GRAPHS
        Property key for setting if public graphs can be added to the store or not
        See Also:
        Constant Field Values
      • PROP_GRAPH_CACHE_NAME

        public static final String PROP_GRAPH_CACHE_NAME
        Property key for setting a custom name for the graph cache, by default this will be "federatedGraphCache_" followed by the federated graph ID.
        See Also:
        Constant Field Values
      • PROP_MERGE_CLASS_NUMBER

        public static final String PROP_MERGE_CLASS_NUMBER
        Property key for the class to use when merging number results
        See Also:
        Constant Field Values
      • PROP_MERGE_CLASS_STRING

        public static final String PROP_MERGE_CLASS_STRING
        Property key for the class to use when merging string results
        See Also:
        Constant Field Values
      • PROP_MERGE_CLASS_BOOLEAN

        public static final String PROP_MERGE_CLASS_BOOLEAN
        Property key for the class to use when merging boolean results
        See Also:
        Constant Field Values
      • PROP_MERGE_CLASS_COLLECTION

        public static final String PROP_MERGE_CLASS_COLLECTION
        Property key for the class to use when merging collection results
        See Also:
        Constant Field Values
      • PROP_MERGE_CLASS_MAP

        public static final String PROP_MERGE_CLASS_MAP
        Property key for the class to use when merging values of a Map result
        See Also:
        Constant Field Values
      • PROP_MERGE_CLASS_ELEMENTS

        public static final String PROP_MERGE_CLASS_ELEMENTS
        Property key for the class to use when merging elements
        See Also:
        Constant Field Values
    • Constructor Detail

      • FederatedStoreProperties

        public FederatedStoreProperties()
      • FederatedStoreProperties

        public FederatedStoreProperties​(Path propFileLocation)