Uses of Class
io.lakefs.clients.api.model.OtfDiffList
-
Packages that use OtfDiffList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of OtfDiffList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return OtfDiffList Modifier and Type Method Description OtfDiffListExperimentalApi. otfDiff(String repository, String leftRef, String rightRef, String tablePath, String type)perform otf diffMethods in io.lakefs.clients.api that return types with arguments of type OtfDiffList Modifier and Type Method Description ApiResponse<OtfDiffList>ExperimentalApi. otfDiffWithHttpInfo(String repository, String leftRef, String rightRef, String tablePath, String type)perform otf diffMethod parameters in io.lakefs.clients.api with type arguments of type OtfDiffList Modifier and Type Method Description okhttp3.CallExperimentalApi. otfDiffAsync(String repository, String leftRef, String rightRef, String tablePath, String type, ApiCallback<OtfDiffList> _callback)perform otf diff (asynchronously) -
Uses of OtfDiffList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return OtfDiffList Modifier and Type Method Description OtfDiffListOtfDiffList. addResultsItem(OtfDiffEntry resultsItem)OtfDiffListOtfDiffList. diffType(OtfDiffList.DiffTypeEnum diffType)OtfDiffListOtfDiffList. results(List<OtfDiffEntry> results)
-