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 Type
    Method
    Description
    void
    Modify the value stored in the cache
    void
    disallow the event
  • Method Details

    • 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