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 RefsDumpInternalApi. dumpRefs(String repository)Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operationsMethods in io.lakefs.clients.api that return types with arguments of type RefsDump Modifier and Type Method Description ApiResponse<RefsDump>InternalApi. dumpRefsWithHttpInfo(String repository)Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operationsMethods in io.lakefs.clients.api with parameters of type RefsDump Modifier and Type Method Description voidInternalApi. restoreRefs(String repository, RefsDump refsDump)Restore repository refs (tags, commits, branches) from object store.okhttp3.CallInternalApi. restoreRefsAsync(String repository, RefsDump refsDump, ApiCallback<Void> _callback)Restore repository refs (tags, commits, branches) from object store.okhttp3.CallInternalApi. restoreRefsCall(String repository, RefsDump refsDump, ApiCallback _callback)Build call for restoreRefsApiResponse<Void>InternalApi. restoreRefsWithHttpInfo(String repository, RefsDump refsDump)Restore repository refs (tags, commits, branches) from object store.TaskInfoRepositoriesApi. restoreSubmit(String repository, RefsDump refsDump)Restore repository from a dump in the object storeokhttp3.CallRepositoriesApi. restoreSubmitAsync(String repository, RefsDump refsDump, ApiCallback<TaskInfo> _callback)Restore repository from a dump in the object store (asynchronously)okhttp3.CallRepositoriesApi. restoreSubmitCall(String repository, RefsDump refsDump, ApiCallback _callback)Build call for restoreSubmitApiResponse<TaskInfo>RepositoriesApi. restoreSubmitWithHttpInfo(String repository, RefsDump refsDump)Restore repository from a dump in the object storeMethod parameters in io.lakefs.clients.api with type arguments of type RefsDump Modifier and Type Method Description okhttp3.CallInternalApi. dumpRefsAsync(String repository, ApiCallback<RefsDump> _callback)Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operations (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)RefsDumpRepositoryDumpStatus. getRefs()Get refsRefsDumpRefsDump. tagsMetaRangeId(String tagsMetaRangeId)Methods in io.lakefs.clients.api.model with parameters of type RefsDump Modifier and Type Method Description RepositoryDumpStatusRepositoryDumpStatus. refs(RefsDump refs)voidRepositoryDumpStatus. setRefs(RefsDump refs)
-