public class TestHelperVersionHelper
extends java.lang.Object
| Constructor and Description |
|---|
TestHelperVersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getConcurrencyChecksEnabled(com.gemstone.gemfire.cache.RegionAttributes attrs)
Returns a display string for region attributes getConcurrencyChecksEnabled.
|
static java.lang.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 java.lang.String getConcurrencyChecksEnabled(com.gemstone.gemfire.cache.RegionAttributes attrs)
public static java.lang.String getConcurrencyConflict(com.gemstone.gemfire.cache.EntryEvent event)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.