Class 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 Detail

      • Stats

        public Stats()
        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