Class ReadOnlyWriteStrategy

java.lang.Object
org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
All Implemented Interfaces:
AutoCloseable, WriteStrategy

public class ReadOnlyWriteStrategy extends Object implements WriteStrategy
Default WriteStrategy implementation for read only federations. In case a user attempts to perform a write operation a UnsupportedOperationException is thrown.
Author:
Andreas Schwarte