Class EntryVersionConflict

java.lang.Object
com.gigaspaces.cluster.replication.gateway.conflict.ConflictCause
com.gigaspaces.cluster.replication.gateway.conflict.EntryVersionConflict

public class EntryVersionConflict extends ConflictCause
A ConflictCause implementation for an entry version conflict.

Occurs when there's an attempt to update an entry with a newer/older entry than in the target space.

Since:
8.0.3
Author:
idan
  • Constructor Details

    • EntryVersionConflict

      public EntryVersionConflict(int clientVersionId, int serverVersionId)
  • Method Details

    • toString

      public String toString()
      Specified by:
      toString in class ConflictCause
    • getClientVersionId

      public int getClientVersionId()
    • getServerVersionId

      public int getServerVersionId()