Class DelegatingSailSource

java.lang.Object
org.eclipse.rdf4j.sail.base.DelegatingSailSource
All Implemented Interfaces:
AutoCloseable, SailClosable, SailSource

class DelegatingSailSource extends Object implements SailSource
A wrapper around an SailSource that can suppress the call to close(). This is useful when the a shared branch is sometimes to be used and other times a dedicated branch is to be used.