Class Stats
java.lang.Object
org.eclipse.rdf4j.sail.shacl.Stats
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Stats
public Stats() 
 - 
 - 
Method Details
- 
added
 - 
removed
 - 
hasAdded
public boolean hasAdded()- Returns:
 - true if statements were effectively added in this transaction
 
 - 
hasRemoved
public boolean hasRemoved()- Returns:
 - true if statements were effectively removed in this transaction
 
 - 
wasEmptyBeforeTransaction
public boolean wasEmptyBeforeTransaction()- Returns:
 - true if the sail was empty before this transaction started
 
 - 
isEmptyIncludingCurrentTransaction
public boolean isEmptyIncludingCurrentTransaction()- Returns:
 - true if the entire sail is empty, even with the current transaction
 
 
 -