Package org.eclipse.jetty.util
Class Atomics
java.lang.Object
org.eclipse.jetty.util.Atomics
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanupdateMax(AtomicInteger currentMax, int newValue) Deprecated.static booleanupdateMax(AtomicLong currentMax, long newValue) Deprecated.static booleanupdateMin(AtomicInteger currentMin, int newValue) Deprecated.static booleanupdateMin(AtomicLong currentMin, long newValue) Deprecated.
-
Method Details
-
updateMin
Deprecated. -
updateMax
Deprecated. -
updateMin
Deprecated. -
updateMax
Deprecated.
-