| Constructor and Description |
|---|
ThemisImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
addAndGet(String name,
long value) |
Boolean |
compareAndSet(String name,
long expected,
long value) |
Long |
decrementAndGet(String name) |
void |
generateCounter(String name) |
Long |
get(String name) |
Long |
getAndAdd(String name,
long value) |
Long |
getAndIncrement(String name) |
void |
getLock(String name) |
Long |
incrementAndGet(String name) |
void |
lockRelease(String name) |
public void generateCounter(String name)
generateCounter in interface Themispublic Long incrementAndGet(String name)
incrementAndGet in interface Themispublic Long getAndIncrement(String name)
getAndIncrement in interface Themispublic Long decrementAndGet(String name)
decrementAndGet in interface Themispublic Boolean compareAndSet(String name, long expected, long value)
compareAndSet in interface Themispublic void lockRelease(String name)
lockRelease in interface ThemisCopyright © 2015. All rights reserved.