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 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(TxnMgr txnMgr, ObjectSerializer objectSerializer, 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(TxnMgr txnMgr, TxnHandlerImpl txnHandler, ObjectSerializer objectSerializer, AsyncClaimingCache<org.aksw.commons.path.core.Path<String>, ObjectInfo> contentCache, AsyncClaimingCache<org.aksw.commons.path.core.Path<String>, ObjectResource> accessorCache)