Class ConnectionsGroup
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.wrapper.data.ConnectionsGroup
-
- All Implemented Interfaces:
AutoCloseable
@InternalUseOnly public class ConnectionsGroup extends Object implements AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConnectionsGroup.RdfsSubClassOfReasonerProvider
-
Constructor Summary
Constructors Constructor Description ConnectionsGroup(SailConnection baseConnection, SailConnection previousStateConnection, Sail addedStatements, Sail removedStatements, Stats stats, ConnectionsGroup.RdfsSubClassOfReasonerProvider rdfsSubClassOfReasonerProvider, ShaclSailConnection.Settings transactionSettings, boolean sparqlValidation)
-
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
hasAddedStatements()
boolean
hasPreviousStateConnection()
boolean
isSparqlValidation()
-
-
-
Constructor Detail
-
ConnectionsGroup
public ConnectionsGroup(SailConnection baseConnection, SailConnection previousStateConnection, Sail addedStatements, Sail removedStatements, Stats stats, ConnectionsGroup.RdfsSubClassOfReasonerProvider rdfsSubClassOfReasonerProvider, ShaclSailConnection.Settings transactionSettings, boolean sparqlValidation)
-
-
Method Detail
-
getPreviousStateConnection
public SailConnection getPreviousStateConnection()
-
hasPreviousStateConnection
public boolean hasPreviousStateConnection()
-
getAddedStatements
public SailConnection getAddedStatements()
-
getRemovedStatements
public SailConnection getRemovedStatements()
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
getBaseConnection
public SailConnection getBaseConnection()
-
getRdfsSubClassOfReasoner
public RdfsSubClassOfReasoner getRdfsSubClassOfReasoner()
-
getStats
public Stats getStats()
-
getTransactionSettings
public ShaclSailConnection.Settings getTransactionSettings()
-
isSparqlValidation
public boolean isSparqlValidation()
-
hasAddedStatements
public boolean hasAddedStatements()
-
-