public interface WithCounter
| Modifier and Type | Method and Description |
|---|---|
CounterMutation |
decr(String name) |
CounterMutation |
decr(String name,
long value) |
CounterMutation |
incr(String name) |
CounterMutation |
incr(String name,
long value) |
CounterMutation decr(String name)
name - the name of the value to decrementCounterMutation decr(String name, long value)
name - the name of the value to decrementvalue - the valueCounterMutation incr(String name)
name - the name of the value to incrementCounterMutation incr(String name, long value)
name - the name of the value to incrementvalue - the valueCopyright © 2012–2015 1&1. All rights reserved.