public class TestHelperVersionHelper extends Object
| Constructor and Description |
|---|
TestHelperVersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getConcurrencyChecksEnabled(com.gemstone.gemfire.cache.RegionAttributes attrs)
Returns a display string for region attributes getConcurrencyChecksEnabled.
|
static String |
getConcurrencyConflict(com.gemstone.gemfire.cache.EntryEvent event)
Returns a display string for ((EntryEventImpl)event.isConcurrencyConflict()
Added for concurrencyChecksEnabled (RegionAttribute) in 7.0
EntryEventImpl gives us access to an internal method, event.isConcurrencyConflict()
|
public static String getConcurrencyChecksEnabled(com.gemstone.gemfire.cache.RegionAttributes attrs)
public static String getConcurrencyConflict(com.gemstone.gemfire.cache.EntryEvent event)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.