Interface ObjectStore
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
ObjectStoreImpl
-
Method Summary
Modifier and TypeMethodDescriptionorg.aksw.commons.util.ref.RefFuture<ObjectInfo> Asynchronously attempt to claim to the given resource.org.aksw.commons.txn.impl.PathDiffStatefetchRecencyStatus(org.aksw.commons.path.core.Path<String> key) Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
claim
Asynchronously attempt to claim to the given resource.- Parameters:
key-- Returns:
-
fetchRecencyStatus
org.aksw.commons.txn.impl.PathDiffState fetchRecencyStatus(org.aksw.commons.path.core.Path<String> key) -
getConnection
ObjectStoreConnection getConnection()
-