VMware GemFire Java API Reference
Package org.apache.geode.cache.util
Interface GatewayConflictHelper
-
public interface GatewayConflictHelperGatewayConflictHelper is used by an GatewayConflictResolver to decide what to do with an event received from another distributed system that is going to overwrite the current cache state.- Since:
- GemFire 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeEventValue(Object value)Modify the value stored in the cachevoiddisallowEvent()disallow the event
-
-
-
Method Detail
-
disallowEvent
void disallowEvent()
disallow the event
-
changeEventValue
void changeEventValue(Object value)
Modify the value stored in the cache- Parameters:
value- the new value to be stored in the cache
-
-