public class FederationConfig extends SailImplConfigBase
| Modifier and Type | Field and Description |
|---|---|
static URI |
DISTINCT
If no two members contain the same statement.
|
static URI |
LOCALPROPERTYSPACE
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.
|
static URI |
MEMBER |
static String |
NAMESPACE
http://www.openrdf.org/config/sail/federation#
|
static URI |
READ_ONLY
If the federation should not try and add statements to its members.
|
| Constructor and Description |
|---|
FederationConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalPropertySpace(String localPropertySpace) |
void |
addMember(RepositoryImplConfig member) |
Resource |
export(Graph model) |
Set<String> |
getLocalPropertySpace() |
List<RepositoryImplConfig> |
getMembers() |
boolean |
isDistinct() |
boolean |
isReadOnly() |
void |
parse(Graph graph,
Resource implNode) |
void |
setDistinct(boolean disjoint) |
void |
setMembers(List<RepositoryImplConfig> members) |
void |
setReadOnly(boolean readOnly) |
void |
validate() |
getType, setTypepublic static final String NAMESPACE
public static final URI MEMBER
public static final URI LOCALPROPERTYSPACE
public static final URI DISTINCT
public static final URI READ_ONLY
public List<RepositoryImplConfig> getMembers()
public void setMembers(List<RepositoryImplConfig> members)
public void addMember(RepositoryImplConfig member)
public void addLocalPropertySpace(String localPropertySpace)
public boolean isDistinct()
public void setDistinct(boolean disjoint)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public Resource export(Graph model)
export in interface SailImplConfigexport in class SailImplConfigBasepublic void parse(Graph graph, Resource implNode) throws SailConfigException
parse in interface SailImplConfigparse in class SailImplConfigBaseSailConfigExceptionpublic void validate()
throws SailConfigException
validate in interface SailImplConfigvalidate in class SailImplConfigBaseSailConfigExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.