Uses of Class
io.fluxzero.common.api.modeling.ModelCommitConflict
Packages that use ModelCommitConflict
-
Uses of ModelCommitConflict in io.fluxzero.common.api.modeling
Method parameters in io.fluxzero.common.api.modeling with type arguments of type ModelCommitConflictModifier and TypeMethodDescriptionstatic CommitModelsResultCommitModelsResult.conflict(long requestId, String commitId, List<ModelCommitConflict> conflicts, boolean retryAllowed) Creates a rejected conflict result.static CommitModelsResultCommitModelsResult.rebase(long requestId, String commitId, List<ModelCommitConflict> changedModels, long rebaseStateIndex) Requests an internal apply-only rebase at the supplied current boundary. -
Uses of ModelCommitConflict in io.fluxzero.common.modeling
Methods in io.fluxzero.common.modeling that return types with arguments of type ModelCommitConflictModifier and TypeMethodDescriptionstatic <H> List<ModelCommitConflict> ModelCommitConflicts.detect(CommitModels commit, Map<String, ? extends H> heads, ToLongFunction<? super H> sequenceNumber, ToLongFunction<? super H> stateIndex, Map<String, Long> relationStateIndices) Detects stale read-state and expected-sequence conflicts in stable request order.Method parameters in io.fluxzero.common.modeling with type arguments of type ModelCommitConflictModifier and TypeMethodDescriptionstatic CommitModelsResultModelCommitConflicts.result(CommitModels commit, List<ModelCommitConflict> conflicts, long rebaseBoundary) Maps detected conflicts to the outcome required by the commit's resolved conflict policy.