Uses of Class
org.aksw.commons.store.object.key.impl.ObjectInfo
Packages that use ObjectInfo
-
Uses of ObjectInfo in org.aksw.commons.store.object.key.api
Methods in org.aksw.commons.store.object.key.api that return types with arguments of type ObjectInfoModifier and TypeMethodDescriptionorg.aksw.commons.util.ref.RefFuture<ObjectInfo> Asynchronously attempt to claim to the given resource. -
Uses of ObjectInfo in org.aksw.commons.store.object.key.impl
Fields in org.aksw.commons.store.object.key.impl with type parameters of type ObjectInfoModifier and TypeFieldDescriptionprotected org.aksw.commons.cache.async.AsyncClaimingCache<org.aksw.commons.path.core.Path<String>, ObjectInfo> ObjectStoreImpl.contentCacheMethods in org.aksw.commons.store.object.key.impl that return types with arguments of type ObjectInfoMethods in org.aksw.commons.store.object.key.impl with parameters of type ObjectInfoModifier and TypeMethodDescriptionprotected static voidObjectStoreImpl.save(org.aksw.commons.txn.api.TxnMgr txnMgr, ObjectSerializer objectSerializer, org.aksw.commons.txn.impl.TxnHandlerImpl txnHandler, org.aksw.commons.path.core.Path<String> key, ObjectInfo v) Constructor parameters in org.aksw.commons.store.object.key.impl with type arguments of type ObjectInfoModifierConstructorDescriptionObjectStoreImpl(org.aksw.commons.txn.api.TxnMgr txnMgr, org.aksw.commons.txn.impl.TxnHandlerImpl txnHandler, ObjectSerializer objectSerializer, org.aksw.commons.cache.async.AsyncClaimingCache<org.aksw.commons.path.core.Path<String>, ObjectInfo> contentCache, org.aksw.commons.cache.async.AsyncClaimingCache<org.aksw.commons.path.core.Path<String>, ObjectResource> accessorCache)