Uses of Class
com.gigaspaces.cluster.replication.gateway.conflict.ConflictCause
Packages that use ConflictCause
Package
Description
-
Uses of ConflictCause in com.gigaspaces.cluster.replication.gateway.conflict
Subclasses of ConflictCause in com.gigaspaces.cluster.replication.gateway.conflictModifier and TypeClassDescriptionclassAConflictCauseimplementation for an add indexes operation conflict.classAConflictCauseimplementation for a type introduction operation conflict.classAConflictCauseimplementation for an entry already in space conflict.classAConflictCauseimplementation for an entry locked under transaction conflict.classAConflictCauseimplementation for an entry not in space conflict.classAConflictCauseimplementation for an entry version conflict.classAConflictCauseimplementation for a general conflict.Methods in com.gigaspaces.cluster.replication.gateway.conflict that return ConflictCauseModifier and TypeMethodDescriptionAddIndexConflict.getConflictCause()DataConflictOperation.getConflictCause()RegisterTypeDescriptorConflict.getConflictCause() -
Uses of ConflictCause in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Fields in com.gigaspaces.internal.cluster.node.impl.gateway.sink declared as ConflictCauseModifier and TypeFieldDescriptionprotected ConflictCauseAbstractLocalClusterOperationData._conflictCauseprotected ConflictCauseAbstractLocalClusterOperationData._previousConflictCauseAfter each execution the execution result is reset.Methods in com.gigaspaces.internal.cluster.node.impl.gateway.sink that return ConflictCauseModifier and TypeMethodDescriptionprotected ConflictCauseAbstractLocalClusterOperationData.convertExceptionToConflict(Throwable error) AbstractLocalClusterOperationData.getConflictCause()Methods in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type ConflictCauseModifier and TypeMethodDescriptionvoidAbstractLocalClusterOperationData.setConflictCause(ConflictCause conflictCause) voidAbstractLocalClusterWriteOperationData.setConflictCause(ConflictCause conflictCause)