Class EntryVersionConflict
java.lang.Object
com.gigaspaces.cluster.replication.gateway.conflict.ConflictCause
com.gigaspaces.cluster.replication.gateway.conflict.EntryVersionConflict
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
EntryVersionConflict
public EntryVersionConflict(int clientVersionId, int serverVersionId)
-
-
Method Details
-
toString
- Specified by:
toStringin classConflictCause
-
getClientVersionId
public int getClientVersionId() -
getServerVersionId
public int getServerVersionId()
-