Uses of Enum Class
com.atlassian.crowd.analytics.persistence.InMemoryCounter.CounterKey
Packages that use InMemoryCounter.CounterKey
-
Uses of InMemoryCounter.CounterKey in com.atlassian.crowd.analytics.persistence
Methods in com.atlassian.crowd.analytics.persistence that return InMemoryCounter.CounterKeyModifier and TypeMethodDescriptionstatic InMemoryCounter.CounterKeyReturns 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.Methods in com.atlassian.crowd.analytics.persistence with parameters of type InMemoryCounter.CounterKeyModifier and TypeMethodDescriptionlongInMemoryCounter.getCountAndReset(InMemoryCounter.CounterKey counterKey) Returns count for the counter of the given counter key, and resets it to 0.voidInMemoryCounter.increment(InMemoryCounter.CounterKey counterKey) Increments the counter of a given counter key.