Uses of Class
io.engineblock.activityimpl.marker.ByteTrackerExtent
-
Packages that use ByteTrackerExtent Package Description io.engineblock.activityimpl.marker -
-
Uses of ByteTrackerExtent in io.engineblock.activityimpl.marker
Methods in io.engineblock.activityimpl.marker that return ByteTrackerExtent Modifier and Type Method Description ByteTrackerExtentByteTrackerExtent. extend()Find the last known extent, and add another after it, account for contiguous ranges and extent getCount.Methods in io.engineblock.activityimpl.marker that return types with arguments of type ByteTrackerExtent Modifier and Type Method Description java.util.concurrent.atomic.AtomicReference<ByteTrackerExtent>ByteTrackerExtent. getNextExtent()Methods in io.engineblock.activityimpl.marker with parameters of type ByteTrackerExtent Modifier and Type Method Description voidOldCoreTracker. onExtent(ByteTrackerExtent extent)
-