Uses of Class
io.lakefs.clients.api.model.CommitList
-
Packages that use CommitList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of CommitList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return CommitList Modifier and Type Method Description CommitListCommitsApi. logBranchCommits(String repository, String branch, String after, Integer amount)Deprecated.CommitListRefsApi. logCommits(String repository, String ref, String after, Integer amount, List<String> objects, List<String> prefixes, Boolean limit)get commit log from ref.Methods in io.lakefs.clients.api that return types with arguments of type CommitList Modifier and Type Method Description ApiResponse<CommitList>CommitsApi. logBranchCommitsWithHttpInfo(String repository, String branch, String after, Integer amount)Deprecated.ApiResponse<CommitList>RefsApi. logCommitsWithHttpInfo(String repository, String ref, String after, Integer amount, List<String> objects, List<String> prefixes, Boolean limit)get commit log from ref.Method parameters in io.lakefs.clients.api with type arguments of type CommitList Modifier and Type Method Description okhttp3.CallCommitsApi. logBranchCommitsAsync(String repository, String branch, String after, Integer amount, ApiCallback<CommitList> _callback)Deprecated.okhttp3.CallRefsApi. logCommitsAsync(String repository, String ref, String after, Integer amount, List<String> objects, List<String> prefixes, Boolean limit, ApiCallback<CommitList> _callback)get commit log from ref. -
Uses of CommitList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return CommitList Modifier and Type Method Description CommitListCommitList. addResultsItem(Commit resultsItem)CommitListCommitList. pagination(Pagination pagination)CommitListCommitList. results(List<Commit> results)
-