| Package | Description |
|---|---|
| com.atlassian.crowd.analytics.persistence |
| Modifier and Type | Method and Description |
|---|---|
static InMemoryCounter.CounterKey |
InMemoryCounter.CounterKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InMemoryCounter.CounterKey[] |
InMemoryCounter.CounterKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
InMemoryCounter.getCountAndReset(InMemoryCounter.CounterKey counterKey)
Returns count for the counter of the given counter key, and resets it to 0.
|
void |
InMemoryCounter.increment(InMemoryCounter.CounterKey counterKey)
Increments the counter of a given counter key.
|
Copyright © 2022 Atlassian. All rights reserved.