Toggle navigation
Home
com.codahale.metrics.Meter to com.codahale.metrics.Counter
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'camel'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Add or Remove Method invocation
registry.meter("camelcache.loads-success")
to
registry.counter("camelcache.loads-success")
registry.meter("camelcache.misses")
to
registry.counter("camelcache.misses")
registry.meter("camelcache.evictions-weight")
to
registry.counter("camelcache.evictions-weight")
registry.meter("camelcache.loads-failure")
to
registry.counter("camelcache.loads-failure")
registry.meter("camelcache.hits")
to
registry.counter("camelcache.hits")
registry.meter("camelcache.evictions")
to
registry.counter("camelcache.evictions")
Rename Method invocation
mark
to
inc
mark
to
inc
mark
to
inc
mark
to
inc
mark
to
inc
mark
to
inc