Uses of Class
dev.vality.damsel.domain_config.RepositorySrv.Pull_args
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of RepositorySrv.Pull_args in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return RepositorySrv.Pull_args Modifier and Type Method Description RepositorySrv.Pull_argsRepositorySrv.Pull_args. deepCopy()RepositorySrv.Pull_argsRepositorySrv.AsyncProcessor.Pull. getEmptyArgsInstance()RepositorySrv.Pull_argsRepositorySrv.Processor.Pull. getEmptyArgsInstance()RepositorySrv.Pull_argsRepositorySrv.Pull_args. setVersion(long version)Methods in dev.vality.damsel.domain_config with parameters of type RepositorySrv.Pull_args Modifier and Type Method Description intRepositorySrv.Pull_args. compareTo(RepositorySrv.Pull_args other)booleanRepositorySrv.Pull_args. equals(RepositorySrv.Pull_args that)RepositorySrv.Pull_resultRepositorySrv.Processor.Pull. getResult(I iface, RepositorySrv.Pull_args args)voidRepositorySrv.AsyncProcessor.Pull. start(I iface, RepositorySrv.Pull_args args, org.apache.thrift.async.AsyncMethodCallback<Map<Long,Commit>> resultHandler)Constructors in dev.vality.damsel.domain_config with parameters of type RepositorySrv.Pull_args Constructor Description Pull_args(RepositorySrv.Pull_args other)Performs a deep copy on other.