GigaSpaces XAP 10.0.1 API

com.gigaspaces.cluster.replication.gateway.conflict
Class EntryVersionConflict

java.lang.Object
  extended by com.gigaspaces.cluster.replication.gateway.conflict.ConflictCause
      extended by 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 Summary
EntryVersionConflict(int clientVersionId, int serverVersionId)
           
 
Method Summary
 int getClientVersionId()
           
 int getServerVersionId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryVersionConflict

public EntryVersionConflict(int clientVersionId,
                            int serverVersionId)
Method Detail

toString

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

getClientVersionId

public int getClientVersionId()

getServerVersionId

public int getServerVersionId()

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.