Uses of Interface
org.aksw.commons.store.object.path.api.ObjectSerializer
Packages that use ObjectSerializer
-
Uses of ObjectSerializer in org.aksw.commons.store.object.key.impl
Fields in org.aksw.commons.store.object.key.impl declared as ObjectSerializerMethods in org.aksw.commons.store.object.key.impl with parameters of type ObjectSerializerModifier and TypeMethodDescriptionstatic ObjectStoreObjectStoreImpl.create(Path rootPath, ObjectSerializer objectSerializer) protected 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) Constructors in org.aksw.commons.store.object.key.impl with parameters of type ObjectSerializerModifierConstructorDescriptionObjectStoreImpl(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) -
Uses of ObjectSerializer in org.aksw.commons.store.object.path.impl
Classes in org.aksw.commons.store.object.path.impl that implement ObjectSerializer