Uses of Interface
org.dspace.ctask.replicate.ObjectStore
-
Packages that use ObjectStore Package Description org.dspace.ctask.replicate.store -
-
Uses of ObjectStore in org.dspace.ctask.replicate.store
Classes in org.dspace.ctask.replicate.store that implement ObjectStore Modifier and Type Class Description classDuraCloudObjectStoreDuraCloudReplicaStore invokes the DuraCloud RESTful web service API, (using a java client library) rather than using the rsync tool.classLocalObjectStoreLocalObjectStore uses the local file system to manage replicas or other content.classMountableObjectStoreMountableObjectStore uses a mountable file system to manage replicas or other content.
-