Uses of Class
io.lakefs.clients.sdk.model.RefsDump
-
Packages that use RefsDump Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of RefsDump in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return RefsDump Modifier and Type Method Description RefsDumpInternalApi.APIdumpRefsRequest. execute()Execute dumpRefs requestMethods in io.lakefs.clients.sdk that return types with arguments of type RefsDump Modifier and Type Method Description ApiResponse<RefsDump>InternalApi.APIdumpRefsRequest. executeWithHttpInfo()Execute dumpRefs request with HTTP info returnedMethods in io.lakefs.clients.sdk with parameters of type RefsDump Modifier and Type Method Description InternalApi.APIrestoreRefsRequestInternalApi. restoreRefs(String repository, RefsDump refsDump)Restore repository refs (tags, commits, branches) from object store.RepositoriesApi.APIrestoreSubmitRequestRepositoriesApi. restoreSubmit(String repository, RefsDump refsDump)Restore repository from a dump in the object storeMethod parameters in io.lakefs.clients.sdk with type arguments of type RefsDump Modifier and Type Method Description okhttp3.CallInternalApi.APIdumpRefsRequest. executeAsync(ApiCallback<RefsDump> _callback)Execute dumpRefs request (asynchronously) -
Uses of RefsDump in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return RefsDump Modifier and Type Method Description RefsDumpRefsDump. branchesMetaRangeId(String branchesMetaRangeId)RefsDumpRefsDump. commitsMetaRangeId(String commitsMetaRangeId)static RefsDumpRefsDump. fromJson(String jsonString)Create an instance of RefsDump given an JSON stringRefsDumpRepositoryDumpStatus. getRefs()Get refsRefsDumpRefsDump. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.RefsDumpRefsDump. tagsMetaRangeId(String tagsMetaRangeId)Methods in io.lakefs.clients.sdk.model with parameters of type RefsDump Modifier and Type Method Description RepositoryDumpStatusRepositoryDumpStatus. refs(RefsDump refs)voidRepositoryDumpStatus. setRefs(RefsDump refs)
-