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 Detail

      • disallowEvent

        void disallowEvent()
        disallow the event
      • changeEventValue

        void changeEventValue​(java.lang.Object value)
        Modify the value stored in the cache
        Parameters:
        value - the new value to be stored in the cache