Uses of Class
io.lakefs.clients.sdk.model.Commit
-
Packages that use Commit Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of Commit in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return Commit Modifier and Type Method Description CommitBranchesApi.APIcherryPickRequest. execute()Execute cherryPick requestCommitCommitsApi.APIcommitRequest. execute()Execute commit requestCommitCommitsApi.APIgetCommitRequest. execute()Execute getCommit requestMethods in io.lakefs.clients.sdk that return types with arguments of type Commit Modifier and Type Method Description ApiResponse<Commit>BranchesApi.APIcherryPickRequest. executeWithHttpInfo()Execute cherryPick request with HTTP info returnedApiResponse<Commit>CommitsApi.APIcommitRequest. executeWithHttpInfo()Execute commit request with HTTP info returnedApiResponse<Commit>CommitsApi.APIgetCommitRequest. executeWithHttpInfo()Execute getCommit request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type Commit Modifier and Type Method Description okhttp3.CallBranchesApi.APIcherryPickRequest. executeAsync(ApiCallback<Commit> _callback)Execute cherryPick request (asynchronously)okhttp3.CallCommitsApi.APIcommitRequest. executeAsync(ApiCallback<Commit> _callback)Execute commit request (asynchronously)okhttp3.CallCommitsApi.APIgetCommitRequest. executeAsync(ApiCallback<Commit> _callback)Execute getCommit request (asynchronously) -
Uses of Commit in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Commit Modifier and Type Method Description CommitCommit. addParentsItem(String parentsItem)CommitCommit. committer(String committer)CommitCommit. creationDate(Long creationDate)static CommitCommit. fromJson(String jsonString)Create an instance of Commit given an JSON stringCommitCommit. generation(Long generation)CommitImportStatus. getCommit()Get commitCommitCommit. id(String id)CommitCommit. message(String message)CommitCommit. metadata(Map<String,String> metadata)CommitCommit. metaRangeId(String metaRangeId)CommitCommit. parents(List<String> parents)CommitCommit. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.CommitCommit. putMetadataItem(String key, String metadataItem)CommitCommit. version(Integer version)Methods in io.lakefs.clients.sdk.model that return types with arguments of type Commit Modifier and Type Method Description List<Commit>CommitList. getResults()Get resultsMethods in io.lakefs.clients.sdk.model with parameters of type Commit Modifier and Type Method Description CommitListCommitList. addResultsItem(Commit resultsItem)ImportStatusImportStatus. commit(Commit commit)voidImportStatus. setCommit(Commit commit)Method parameters in io.lakefs.clients.sdk.model with type arguments of type Commit Modifier and Type Method Description CommitListCommitList. results(List<Commit> results)voidCommitList. setResults(List<Commit> results)
-