Uses of Enum Class
com.atlassian.crowd.analytics.persistence.InMemoryCounter.CounterKey
-
Uses of InMemoryCounter.CounterKey in com.atlassian.crowd.analytics.persistence
Modifier and TypeMethodDescriptionstatic InMemoryCounter.CounterKey
Returns the enum constant of this class with the specified name.static InMemoryCounter.CounterKey[]
InMemoryCounter.CounterKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionlong
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.