Uses of Interface
org.dspace.storage.bitstore.BitStoreService
Packages that use BitStoreService
Package
Description
Provides an API for storing, retrieving and deleting streams of bits in
a transactionally safe fashion.
-
Uses of BitStoreService in org.dspace.storage.bitstore
Classes in org.dspace.storage.bitstore that implement BitStoreServiceModifier and TypeClassDescriptionclassBaseBitStoreService base implementation to store and organize assets in digits.classNative DSpace (or "Directory Scatter" if you prefer) asset store.classJCloudBitstream asset store service This class provides an implementation of the BitstreamStorageService using JClouds for cloud storage.classAsset store using Amazon's Simple Storage Service (S3).Methods in org.dspace.storage.bitstore that return BitStoreServiceModifier and TypeMethodDescriptionprotected BitStoreServiceBitstreamStorageServiceImpl.getStore(int position) Methods in org.dspace.storage.bitstore that return types with arguments of type BitStoreServiceMethod parameters in org.dspace.storage.bitstore with type arguments of type BitStoreServiceModifier and TypeMethodDescriptionvoidBitstreamStorageServiceImpl.setStores(Map<Integer, BitStoreService> stores)