Package org.eclipse.rdf4j.sail.shacl
Class Stats
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.Stats
-
@InternalUseOnly public class Stats extends Object
Deprecated.since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
-
-
Constructor Summary
Constructors Constructor Description Stats()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
added(Statement statement)
Deprecated.boolean
hasAdded()
Deprecated.boolean
hasRemoved()
Deprecated.boolean
isEmptyIncludingCurrentTransaction()
Deprecated.void
removed(Statement statement)
Deprecated.boolean
wasEmptyBeforeTransaction()
Deprecated.
-
-
-
Method Detail
-
added
public void added(Statement statement)
Deprecated.
-
removed
public void removed(Statement statement)
Deprecated.
-
hasAdded
public boolean hasAdded()
Deprecated.- Returns:
- true if statements were effectively added in this transaction
-
hasRemoved
public boolean hasRemoved()
Deprecated.- Returns:
- true if statements were effectively removed in this transaction
-
wasEmptyBeforeTransaction
public boolean wasEmptyBeforeTransaction()
Deprecated.- Returns:
- true if the sail was empty before this transaction started
-
isEmptyIncludingCurrentTransaction
public boolean isEmptyIncludingCurrentTransaction()
Deprecated.- Returns:
- true if the entire sail is empty, even with the current transaction
-
-