Uses of Class
com.atlassian.confluence.cache.hazelcast.monitoring.DistributedCacheInvalidationCounter.InvalidationType
-
Packages that use DistributedCacheInvalidationCounter.InvalidationType Package Description com.atlassian.confluence.cache.hazelcast.monitoring -
-
Uses of DistributedCacheInvalidationCounter.InvalidationType in com.atlassian.confluence.cache.hazelcast.monitoring
Methods in com.atlassian.confluence.cache.hazelcast.monitoring that return DistributedCacheInvalidationCounter.InvalidationType Modifier and Type Method Description protected abstract DistributedCacheInvalidationCounter.InvalidationTypeDistributedCacheInvalidationCounter. invalidationType(M message)Deprecated.static DistributedCacheInvalidationCounter.InvalidationTypeDistributedCacheInvalidationCounter.InvalidationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedCacheInvalidationCounter.InvalidationType[]DistributedCacheInvalidationCounter.InvalidationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-