Uses of Class
io.lakefs.clients.api.model.OTFDiffs
-
Packages that use OTFDiffs Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of OTFDiffs in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return OTFDiffs Modifier and Type Method Description OTFDiffsExperimentalApi. getOtfDiffs()get the available Open Table Format diffsOTFDiffsOtfDiffApi. getOtfDiffs()get the available Open Table Format diffsMethods in io.lakefs.clients.api that return types with arguments of type OTFDiffs Modifier and Type Method Description ApiResponse<OTFDiffs>ExperimentalApi. getOtfDiffsWithHttpInfo()get the available Open Table Format diffsApiResponse<OTFDiffs>OtfDiffApi. getOtfDiffsWithHttpInfo()get the available Open Table Format diffsMethod parameters in io.lakefs.clients.api with type arguments of type OTFDiffs Modifier and Type Method Description okhttp3.CallExperimentalApi. getOtfDiffsAsync(ApiCallback<OTFDiffs> _callback)get the available Open Table Format diffs (asynchronously)okhttp3.CallOtfDiffApi. getOtfDiffsAsync(ApiCallback<OTFDiffs> _callback)get the available Open Table Format diffs (asynchronously) -
Uses of OTFDiffs in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return OTFDiffs Modifier and Type Method Description OTFDiffsOTFDiffs. addDiffsItem(DiffProperties diffsItem)OTFDiffsOTFDiffs. diffs(List<DiffProperties> diffs)
-