public class EntryVersionConflict extends ConflictCause
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.
| Constructor and Description | 
|---|
EntryVersionConflict(int clientVersionId,
                    int serverVersionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getClientVersionId()  | 
int | 
getServerVersionId()  | 
String | 
toString()  | 
public EntryVersionConflict(int clientVersionId,
                            int serverVersionId)
public String toString()
toString in class ConflictCausepublic int getClientVersionId()
public int getServerVersionId()
Copyright © GigaSpaces.