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 operationsMethod 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)
-