Uses of Class
dev.vality.damsel.domain_config.ObsoleteCommitVersion
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of ObsoleteCommitVersion in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config declared as ObsoleteCommitVersion Modifier and Type Field Description ObsoleteCommitVersionRepositorySrv.Commit_result. ex3Methods in dev.vality.damsel.domain_config that return ObsoleteCommitVersion Modifier and Type Method Description ObsoleteCommitVersionObsoleteCommitVersion. deepCopy()ObsoleteCommitVersionRepositorySrv.Commit_result. getEx3()Methods in dev.vality.damsel.domain_config with parameters of type ObsoleteCommitVersion Modifier and Type Method Description intObsoleteCommitVersion. compareTo(ObsoleteCommitVersion other)booleanObsoleteCommitVersion. equals(ObsoleteCommitVersion that)RepositorySrv.Commit_resultRepositorySrv.Commit_result. setEx3(ObsoleteCommitVersion ex3)Methods in dev.vality.damsel.domain_config that throw ObsoleteCommitVersion Modifier and Type Method Description longRepositorySrv.Client. commit(long version, Commit commit)longRepositorySrv.Iface. commit(long version, Commit commit)Применить изменения к определенной версии.LongRepositorySrv.AsyncClient.Commit_call. getResult()longRepositorySrv.Client. recvCommit()Constructors in dev.vality.damsel.domain_config with parameters of type ObsoleteCommitVersion Constructor Description Commit_result(long success, VersionNotFound ex1, OperationConflict ex2, OperationInvalid ex4, ObsoleteCommitVersion ex3)ObsoleteCommitVersion(ObsoleteCommitVersion other)Performs a deep copy on other.