-
Methods in dev.vality.damsel.domain_config that throw VersionNotFound
| Modifier and Type |
Method |
Description |
Snapshot |
RepositorySrv.Client.checkout(Reference reference) |
|
Snapshot |
RepositorySrv.Iface.checkout(Reference reference) |
Получить снэпшот конкретной версии
|
VersionedObject |
RepositoryClientSrv.Client.checkoutObject(Reference version_ref,
Reference object_ref) |
|
VersionedObject |
RepositoryClientSrv.Iface.checkoutObject(Reference version_ref,
Reference object_ref) |
Возвращает объект из домена определенной или последней версии
|
long |
RepositorySrv.Client.commit(long version,
Commit commit) |
|
long |
RepositorySrv.Iface.commit(long version,
Commit commit) |
Применить изменения к определенной версии.
|
VersionedObject |
RepositoryClientSrv.AsyncClient.checkoutObject_call.getResult() |
|
Snapshot |
RepositorySrv.AsyncClient.Checkout_call.getResult() |
|
Long |
RepositorySrv.AsyncClient.Commit_call.getResult() |
|
Map<Long,Commit> |
RepositorySrv.AsyncClient.Pull_call.getResult() |
|
Map<Long,Commit> |
RepositorySrv.AsyncClient.PullRange_call.getResult() |
|
Map<Long,Commit> |
RepositorySrv.Client.pull(long version) |
|
Map<Long,Commit> |
RepositorySrv.Iface.pull(long version) |
|
Map<Long,Commit> |
RepositorySrv.Client.pullRange(long after,
int limit) |
|
Map<Long,Commit> |
RepositorySrv.Iface.pullRange(long after,
int limit) |
Получить новые коммиты следующие за указанной версией
|
Snapshot |
RepositorySrv.Client.recvCheckout() |
|
VersionedObject |
RepositoryClientSrv.Client.recvCheckoutObject() |
|
long |
RepositorySrv.Client.recvCommit() |
|
Map<Long,Commit> |
RepositorySrv.Client.recvPull() |
|
Map<Long,Commit> |
RepositorySrv.Client.recvPullRange() |
|
Constructors in dev.vality.damsel.domain_config with parameters of type VersionNotFound
| Constructor |
Description |
Checkout_result(Snapshot success,
VersionNotFound ex1) |
|
checkoutObject_result(VersionedObject success,
VersionNotFound ex1,
ObjectNotFound ex2) |
|
Commit_result(long success,
VersionNotFound ex1,
OperationConflict ex2,
OperationInvalid ex4,
ObsoleteCommitVersion ex3) |
|
Pull_result(Map<Long,Commit> success,
VersionNotFound ex1) |
|
PullRange_result(Map<Long,Commit> success,
VersionNotFound ex1) |
|
VersionNotFound(VersionNotFound other) |
Performs a deep copy on other.
|