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


package io.nosqlbench.engine.api.activityimpl.marker.longheap
  • Classes
    Class
    Description
    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.
    This is a version of longTreeTracker that is safe for concurrent access.
    Wrap 32 of the 32-position LongTreeTrackers together, allowing for a range of 0-1023 positions.