Class DefaultWriteStrategyFactory

java.lang.Object
org.eclipse.rdf4j.federated.write.DefaultWriteStrategyFactory
All Implemented Interfaces:
WriteStrategyFactory

public class DefaultWriteStrategyFactory extends Object implements WriteStrategyFactory
Default implementation of WriteStrategyFactory.

The default implementation uses the RepositoryWriteStrategy with the first discovered writable Endpoint. In none is found, the ReadOnlyWriteStrategy is used.

Author:
Andreas Schwarte