Uses of Class
dev.vality.damsel.domain_config.Snapshot
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of Snapshot in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config declared as Snapshot Modifier and Type Field Description SnapshotRepositorySrv.Checkout_result. successMethods in dev.vality.damsel.domain_config that return Snapshot Modifier and Type Method Description SnapshotRepositorySrv.Client. checkout(Reference reference)SnapshotRepositorySrv.Iface. checkout(Reference reference)Получить снэпшот конкретной версииSnapshotSnapshot. deepCopy()SnapshotRepositorySrv.AsyncClient.Checkout_call. getResult()SnapshotRepositorySrv.Checkout_result. getSuccess()SnapshotRepositorySrv.Client. recvCheckout()SnapshotSnapshot. setDomain(Map<Reference,DomainObject> domain)SnapshotSnapshot. setVersion(long version)Methods in dev.vality.damsel.domain_config that return types with arguments of type Snapshot Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<Snapshot>RepositorySrv.AsyncProcessor.Checkout. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.domain_config with parameters of type Snapshot Modifier and Type Method Description intSnapshot. compareTo(Snapshot other)booleanSnapshot. equals(Snapshot that)RepositorySrv.Checkout_resultRepositorySrv.Checkout_result. setSuccess(Snapshot success)Method parameters in dev.vality.damsel.domain_config with type arguments of type Snapshot Modifier and Type Method Description voidRepositorySrv.AsyncClient. checkout(Reference reference, org.apache.thrift.async.AsyncMethodCallback<Snapshot> resultHandler)voidRepositorySrv.AsyncIface. checkout(Reference reference, org.apache.thrift.async.AsyncMethodCallback<Snapshot> resultHandler)voidRepositorySrv.AsyncProcessor.Checkout. start(I iface, RepositorySrv.Checkout_args args, org.apache.thrift.async.AsyncMethodCallback<Snapshot> resultHandler)Constructors in dev.vality.damsel.domain_config with parameters of type Snapshot Constructor Description Checkout_result(Snapshot success, VersionNotFound ex1)Snapshot(Snapshot other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain_config with type arguments of type Snapshot Constructor Description Checkout_call(Reference reference, org.apache.thrift.async.AsyncMethodCallback<Snapshot> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)