* Add cache.region.operations.puts create timer. * Add cache.region.operations.puts put timer. * Add cache.region.operations.puts put-if-absent timer. * Add cache.region.operations.puts replace timer. * Add cache.region.operations.gets get timer. * Add cache.region.operations.gets get-entry timer. * Add cache.region.operations.contains containsKey timer. * Add cache.region.operations.contains containsValue timer. * Add cache.region.operations.contains containsKeyOnServer timer. * Add cache.region.operations.contains containsValueForKey timer.
Co-authored-by: Michael Oleske <[email protected]> Co-authored-by: Dale Emery <[email protected]> Co-authored-by: Kirk Lund <[email protected]> Please review: @demery-pivotal @mhansonp Includes: ``` commit 30c1c4af10fb962f19b6f0ddd23ded2de4c808cc Author: Kirk Lund <[email protected]> Date: Thu Mar 21 15:21:52 2019 -0700 GEODE-6529: Add Timeout to CacheClientNotifierIntegrationTest Fix Mockito syntax and reorganize test. Co-authored-by: Michael Oleske <[email protected]> Co-authored-by: Kirk Lund <[email protected]> ``` ``` commit 484c7447db50164bfb734c19bff7cfeab82fa2a6 Author: Kirk Lund <[email protected]> Date: Thu Mar 21 14:53:47 2019 -0700 GEODE-6529: Stub getMeterRegistry in CacheClientNotifierIntegrationTest Stub InternalCache.getMeterRegistry to prevent hang when meters are added to LocalRegion Co-authored-by: Michael Oleske <[email protected]> Co-authored-by: Kirk Lund <[email protected]> ``` [ Full content available at: https://github.com/apache/geode/pull/3350 ] This message was relayed via gitbox.apache.org for [email protected]
