Uses of Class
io.lakefs.clients.api.model.Merge
-
Packages that use Merge Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Merge in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type Merge Modifier and Type Method Description MergeResultRefsApi. mergeIntoBranch(String repository, String sourceRef, String destinationBranch, Merge merge)merge referencesokhttp3.CallRefsApi. mergeIntoBranchAsync(String repository, String sourceRef, String destinationBranch, Merge merge, ApiCallback<MergeResult> _callback)merge references (asynchronously)okhttp3.CallRefsApi. mergeIntoBranchCall(String repository, String sourceRef, String destinationBranch, Merge merge, ApiCallback _callback)Build call for mergeIntoBranchApiResponse<MergeResult>RefsApi. mergeIntoBranchWithHttpInfo(String repository, String sourceRef, String destinationBranch, Merge merge)merge references -
Uses of Merge in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Merge Modifier and Type Method Description MergeMerge. message(String message)MergeMerge. metadata(Map<String,String> metadata)MergeMerge. putMetadataItem(String key, String metadataItem)
-