decrement And Get
Convenience method equivalent to addAndGet with a delta of -1.
Deprecated
Please call addAndGet with a negative delta instead of passing a custom delta to decrementAndGet. Note that negating Long.MIN_VALUE has no effect.
Replace with
addAndGet(path, -delta, xattr)Content copied to clipboard