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