Uses of Interface
org.aksw.commons.txn.impl.FileSync
Packages that use FileSync
-
Uses of FileSync in org.aksw.commons.txn.api
Methods in org.aksw.commons.txn.api that return FileSyncModifier and TypeMethodDescriptionTxnResourceApi.getFileSync()A container to get/set the new content for the resource Once the transaction completes the old content will be replaced with the new one. -
Uses of FileSync in org.aksw.commons.txn.impl
Classes in org.aksw.commons.txn.impl that implement FileSyncModifier and TypeClassDescriptionclassProtocol implementation to create/read/update/(delete) data with syncing to a file in a transaction-safe way.Methods in org.aksw.commons.txn.impl with parameters of type FileSync