Interface ObjectStore

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ObjectStoreImpl

public interface ObjectStore extends AutoCloseable
  • Method Details

    • claim

      org.aksw.commons.util.ref.RefFuture<ObjectInfo> claim(org.aksw.commons.path.core.Path<String> key)
      Asynchronously attempt to claim to the given resource.
      Parameters:
      key -
      Returns:
    • fetchRecencyStatus

      PathDiffState fetchRecencyStatus(org.aksw.commons.path.core.Path<String> key)
    • getConnection

      ObjectStoreConnection getConnection()