Uses of Interface
edu.wisc.library.ocfl.core.storage.OcflStorage
-
Packages that use OcflStorage Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.storage edu.wisc.library.ocfl.core.storage.cloud edu.wisc.library.ocfl.core.storage.filesystem -
-
Uses of OcflStorage in edu.wisc.library.ocfl.core
Fields in edu.wisc.library.ocfl.core declared as OcflStorage Modifier and Type Field Description protected OcflStorageDefaultOcflRepository. storageMethods in edu.wisc.library.ocfl.core with parameters of type OcflStorage Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. storage(OcflStorage storage)The storage layer the repository should use.Constructors in edu.wisc.library.ocfl.core with parameters of type OcflStorage Constructor Description DefaultMutableOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config)DefaultOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config) -
Uses of OcflStorage in edu.wisc.library.ocfl.core.storage
Classes in edu.wisc.library.ocfl.core.storage that implement OcflStorage Modifier and Type Class Description classAbstractOcflStorageOcflStorage abstract implementation that handles managing the repository's state, initialized, open, close.classCachingOcflStorageAdds an Inventory caching layer on top of an OcflStorage implementation.classObjectDetailsDbOcflStorageConstructors in edu.wisc.library.ocfl.core.storage with parameters of type OcflStorage Constructor Description CachingOcflStorage(Cache<String,Inventory> inventoryCache, OcflStorage delegate)ObjectDetailsDbOcflStorage(ObjectDetailsDatabase objectDetailsDb, OcflStorage delegate) -
Uses of OcflStorage in edu.wisc.library.ocfl.core.storage.cloud
Classes in edu.wisc.library.ocfl.core.storage.cloud that implement OcflStorage Modifier and Type Class Description classCloudOcflStorageOcflStorageimplementation for integrating with cloud storage providers. -
Uses of OcflStorage in edu.wisc.library.ocfl.core.storage.filesystem
Classes in edu.wisc.library.ocfl.core.storage.filesystem that implement OcflStorage Modifier and Type Class Description classFileSystemOcflStorage
-