Uses of Class
io.lakefs.clients.api.model.RefsDump
-
Packages that use RefsDump Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of RefsDump in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return RefsDump Modifier and Type Method Description RefsDumpRefsApi. dumpRefs(String repository)Dump repository refs (tags, commits, branches) to object storeMethods in io.lakefs.clients.api that return types with arguments of type RefsDump Modifier and Type Method Description ApiResponse<RefsDump>RefsApi. dumpRefsWithHttpInfo(String repository)Dump repository refs (tags, commits, branches) to object storeMethods in io.lakefs.clients.api with parameters of type RefsDump Modifier and Type Method Description voidRefsApi. restoreRefs(String repository, RefsDump refsDump)Restore repository refs (tags, commits, branches) from object storeokhttp3.CallRefsApi. restoreRefsAsync(String repository, RefsDump refsDump, ApiCallback<Void> _callback)Restore repository refs (tags, commits, branches) from object store (asynchronously)okhttp3.CallRefsApi. restoreRefsCall(String repository, RefsDump refsDump, ApiCallback _callback)Build call for restoreRefsApiResponse<Void>RefsApi. restoreRefsWithHttpInfo(String repository, RefsDump refsDump)Restore repository refs (tags, commits, branches) from object storeMethod parameters in io.lakefs.clients.api with type arguments of type RefsDump Modifier and Type Method Description okhttp3.CallRefsApi. dumpRefsAsync(String repository, ApiCallback<RefsDump> _callback)Dump repository refs (tags, commits, branches) to object store (asynchronously) -
Uses of RefsDump in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return RefsDump Modifier and Type Method Description RefsDumpRefsDump. branchesMetaRangeId(String branchesMetaRangeId)RefsDumpRefsDump. commitsMetaRangeId(String commitsMetaRangeId)RefsDumpRefsDump. tagsMetaRangeId(String tagsMetaRangeId)
-