Uses of Class
io.lakefs.clients.api.model.Commit
-
Packages that use Commit Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Commit in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return Commit Modifier and Type Method Description CommitCommitsApi. commit(String repository, String branch, CommitCreation commitCreation)create commitCommitCommitsApi. getCommit(String repository, String commitId)get commitMethods in io.lakefs.clients.api that return types with arguments of type Commit Modifier and Type Method Description ApiResponse<Commit>CommitsApi. commitWithHttpInfo(String repository, String branch, CommitCreation commitCreation)create commitApiResponse<Commit>CommitsApi. getCommitWithHttpInfo(String repository, String commitId)get commitMethod parameters in io.lakefs.clients.api with type arguments of type Commit Modifier and Type Method Description okhttp3.CallCommitsApi. commitAsync(String repository, String branch, CommitCreation commitCreation, ApiCallback<Commit> _callback)create commit (asynchronously)okhttp3.CallCommitsApi. getCommitAsync(String repository, String commitId, ApiCallback<Commit> _callback)get commit (asynchronously) -
Uses of Commit in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Commit Modifier and Type Method Description CommitCommit. addParentsItem(String parentsItem)CommitCommit. committer(String committer)CommitCommit. creationDate(Long creationDate)CommitCommit. id(String id)CommitCommit. message(String message)CommitCommit. metadata(Map<String,String> metadata)CommitCommit. metaRangeId(String metaRangeId)CommitCommit. parents(List<String> parents)CommitCommit. putMetadataItem(String key, String metadataItem)Methods in io.lakefs.clients.api.model that return types with arguments of type Commit Modifier and Type Method Description List<Commit>CommitList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type Commit Modifier and Type Method Description CommitListCommitList. addResultsItem(Commit resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type Commit Modifier and Type Method Description CommitListCommitList. results(List<Commit> results)voidCommitList. setResults(List<Commit> results)
-