Gemfire JavaDocs_test
Package org.apache.geode.cache.util
Interface GatewayConflictHelper
-
public interface GatewayConflictHelper
GatewayConflictHelper 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 void
changeEventValue(java.lang.Object value)
Modify the value stored in the cachevoid
disallowEvent()
disallow the event
-