Class EntryNotInSpaceConflict

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

public class EntryNotInSpaceConflict extends ConflictCause
A ConflictCause implementation for an entry not in space conflict.

Occurs when there's an attempt to update an entry which doesn't exist in the target space.

Since:
8.0.3
Author:
idan
  • Constructor Details

    • EntryNotInSpaceConflict

      public EntryNotInSpaceConflict()
  • Method Details