Uses of Interface
org.dspace.storage.bitstore.BitStoreService
-
Packages that use BitStoreService Package Description org.dspace.storage.bitstore 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 BitStoreService Modifier and Type Class Description classDSBitStoreServiceNative DSpace (or "Directory Scatter" if you prefer) asset store.classS3BitStoreServiceAsset store using Amazon's Simple Storage Service (S3).Methods in org.dspace.storage.bitstore that return types with arguments of type BitStoreService Modifier and Type Method Description Map<Integer,BitStoreService>BitstreamStorageServiceImpl. getStores()Method parameters in org.dspace.storage.bitstore with type arguments of type BitStoreService Modifier and Type Method Description voidBitstreamStorageServiceImpl. setStores(Map<Integer,BitStoreService> stores)
-