@Immutable public interface Counter
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
increment(BigDecimal delta)
Add value to it.
|
void |
set(BigDecimal value)
Set specific value.
|
void set(BigDecimal value) throws IOException
value - Value to setIOException - If fails due to IO problemBigDecimal increment(BigDecimal delta) throws IOException
delta - Delta to addIOException - If fails due to IO problemCopyright © 2014–2015 teamed.io. All rights reserved.