Class StoreIteratorCounter


  • public class StoreIteratorCounter
    extends Object
    Utility class which can be used by providers to keep a count of the number of open iterators to the underlying storage. Please note that, by default, this does not maintain the count unless explicitly plugged-in by the provider implementation.

    As an example on how to plugin-in the counter in the provider implementation check TinkerGraphIterator.

    See Also:
    Traversal.close()
    • Constructor Detail

      • StoreIteratorCounter

        public StoreIteratorCounter()
    • Method Detail

      • reset

        public void reset()
      • getOpenIteratorCount

        public long getOpenIteratorCount()
      • increment

        public void increment()
      • decrement

        public void decrement()