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
Modifier and TypeMethodDescriptionvoidchangeEventValue(Object value) Modify the value stored in the cachevoiddisallow the event
-
Method Details
-
disallowEvent
void disallowEvent()disallow the event -
changeEventValue
Modify the value stored in the cache- Parameters:
value- the new value to be stored in the cache
-