Class TreeTracker1024
java.lang.Object
io.nosqlbench.engine.api.activityimpl.marker.longheap.TreeTracker1024
Wrap 32 of the 32-position LongTreeTrackers together, allowing
for a range of 0-1023 positions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanbooleanisCompleted(long position) voidsetPosition(long position) voidsetPositionChecked(long position)
-
Constructor Details
-
TreeTracker1024
public TreeTracker1024(long base) -
TreeTracker1024
public TreeTracker1024()
-
-
Method Details
-
setPositionChecked
public void setPositionChecked(long position) -
setPosition
public void setPosition(long position) -
isCompleted
public boolean isCompleted(long position) -
getLowestCompleted
public long getLowestCompleted() -
isCompleted
public boolean isCompleted()
-