Uses of Interface
org.apache.jackrabbit.core.data.AsyncUploadCallback
-
Packages that use AsyncUploadCallback Package Description org.apache.jackrabbit.aws.ext.ds org.apache.jackrabbit.core.data org.apache.jackrabbit.vfs.ext.ds -
-
Uses of AsyncUploadCallback in org.apache.jackrabbit.aws.ext.ds
Classes in org.apache.jackrabbit.aws.ext.ds that implement AsyncUploadCallback Modifier and Type Class Description class
S3DataStore
An Amazon S3 data store.Methods in org.apache.jackrabbit.aws.ext.ds with parameters of type AsyncUploadCallback Modifier and Type Method Description void
S3Backend. writeAsync(DataIdentifier identifier, File file, AsyncUploadCallback callback)
-
Uses of AsyncUploadCallback in org.apache.jackrabbit.core.data
Classes in org.apache.jackrabbit.core.data that implement AsyncUploadCallback Modifier and Type Class Description class
CachingDataStore
A caching data store that consists ofLocalCache
andBackend
.class
CachingFDS
Methods in org.apache.jackrabbit.core.data with parameters of type AsyncUploadCallback Modifier and Type Method Description void
Backend. writeAsync(DataIdentifier identifier, File file, AsyncUploadCallback callback)
Write file to backend in asynchronous mode.void
FSBackend. writeAsync(DataIdentifier identifier, File src, AsyncUploadCallback callback)
-
Uses of AsyncUploadCallback in org.apache.jackrabbit.vfs.ext.ds
Classes in org.apache.jackrabbit.vfs.ext.ds that implement AsyncUploadCallback Modifier and Type Class Description class
VFSDataStore
Commons VFS based data store.Methods in org.apache.jackrabbit.vfs.ext.ds with parameters of type AsyncUploadCallback Modifier and Type Method Description void
VFSBackend. writeAsync(DataIdentifier identifier, File file, AsyncUploadCallback callback)
Write file to backend in asynchronous mode.
-