Package io.nosqlbench.engine.api.activityimpl.marker.longheap

  • Class Summary 
    Class Description
    LongTreeTracker
    Using the 64 bit structure of a long as a heap addressed tracker, where the leaf nodes represent marked values and all others are used to consolidate state.
    LongTreeTrackerAtomic
    This is a version of longTreeTracker that is safe for concurrent access.
    TreeTracker1024
    Wrap 32 of the 32-position LongTreeTrackers together, allowing for a range of 0-1023 positions.