Uses of Class
org.flux.store.api.StoreBackup
-
Packages that use StoreBackup Package Description org.flux.store.api org.flux.store.main -
-
Uses of StoreBackup in org.flux.store.api
Methods in org.flux.store.api that return StoreBackup Modifier and Type Method Description StoreBackup<T>Slice. backup()StoreBackup<T>Store. backup()Methods in org.flux.store.api with parameters of type StoreBackup Modifier and Type Method Description voidSlice. restore(StoreBackup<T> backup)voidStore. restore(StoreBackup<T> backup) -
Uses of StoreBackup in org.flux.store.main
Methods in org.flux.store.main that return StoreBackup Modifier and Type Method Description StoreBackup<T>DuxSlice. backup()StoreBackup<T>DuxStore. backup()Methods in org.flux.store.main with parameters of type StoreBackup Modifier and Type Method Description voidDuxSlice. restore(StoreBackup<T> backup)voidDuxStore. restore(StoreBackup<T> backup)
-