Uses of Class
org.eclipse.rdf4j.sail.shacl.Stats
-
Packages that use Stats Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.wrapper.data -
-
Uses of Stats in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as Stats Modifier and Type Field Description private Stats
ShaclSailConnection. stats
-
Uses of Stats in org.eclipse.rdf4j.sail.shacl.wrapper.data
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.data declared as Stats Modifier and Type Field Description private Stats
ConnectionsGroup. stats
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return Stats Modifier and Type Method Description Stats
ConnectionsGroup. getStats()
Constructors in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type Stats Constructor Description ConnectionsGroup(SailConnection baseConnection, SailConnection previousStateConnection, Sail addedStatements, Sail removedStatements, Stats stats, ConnectionsGroup.RdfsSubClassOfReasonerProvider rdfsSubClassOfReasonerProvider, ShaclSailConnection.Settings transactionSettings, boolean sparqlValidation)
-