Package org.eclipse.rdf4j.sail.shacl
Class ConnectionsGroup
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
@InternalUseOnly public class ConnectionsGroup extends Object implements Closeable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
SailConnection
getAddedStatements()
SailConnection
getBaseConnection()
PlanNode
getCachedNodeFor(PlanNode planNode)
SailConnection
getPreviousStateConnection()
RdfsSubClassOfReasoner
getRdfsSubClassOfReasoner()
SailConnection
getRemovedStatements()
Stats
getStats()
ShaclSailConnection.Settings
getTransactionSettings()
boolean
isSparqlValidation()
-
-
-
Method Detail
-
getPreviousStateConnection
public SailConnection getPreviousStateConnection()
-
getAddedStatements
public SailConnection getAddedStatements()
-
getRemovedStatements
public SailConnection getRemovedStatements()
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
getBaseConnection
public SailConnection getBaseConnection()
-
getRdfsSubClassOfReasoner
public RdfsSubClassOfReasoner getRdfsSubClassOfReasoner()
-
getStats
public Stats getStats()
-
getTransactionSettings
public ShaclSailConnection.Settings getTransactionSettings()
-
isSparqlValidation
public boolean isSparqlValidation()
-
-