public interface Counter
Modifier and Type | Method and Description |
---|---|
void |
increment(long incr)
Increment this counter by the given value
|
void |
setValue(long value)
Set this counter by the given value
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.