Uses of Class
dev.vality.damsel.domain_config.Snapshot
Packages that use Snapshot
-
Uses of Snapshot in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config declared as SnapshotMethods in dev.vality.damsel.domain_config that return SnapshotModifier and TypeMethodDescriptionПолучить снэпшот конкретной версииSnapshot.deepCopy()RepositorySrv.AsyncClient.Checkout_call.getResult()RepositorySrv.Checkout_result.getSuccess()RepositorySrv.Client.recvCheckout()Snapshot.setCreatedAt(String created_at) Snapshot.setDomain(Map<Reference, DomainObject> domain) Snapshot.setVersion(long version) Methods in dev.vality.damsel.domain_config that return types with arguments of type SnapshotModifier and TypeMethodDescriptionorg.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 SnapshotModifier and TypeMethodDescriptionintbooleanRepositorySrv.Checkout_result.setSuccess(Snapshot success) Method parameters in dev.vality.damsel.domain_config with type arguments of type SnapshotModifier and TypeMethodDescriptionvoidRepositorySrv.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 SnapshotModifierConstructorDescriptionCheckout_result(Snapshot success, VersionNotFound ex1) Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain_config with type arguments of type SnapshotModifierConstructorDescriptionCheckout_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)