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 classS3DataStoreAn Amazon S3 data store.Methods in org.apache.jackrabbit.aws.ext.ds with parameters of type AsyncUploadCallback Modifier and Type Method Description voidS3Backend. 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 classCachingDataStoreA caching data store that consists ofLocalCacheandBackend.classCachingFDSMethods in org.apache.jackrabbit.core.data with parameters of type AsyncUploadCallback Modifier and Type Method Description voidBackend. writeAsync(DataIdentifier identifier, File file, AsyncUploadCallback callback)Write file to backend in asynchronous mode.voidFSBackend. 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 classVFSDataStoreCommons VFS based data store.Methods in org.apache.jackrabbit.vfs.ext.ds with parameters of type AsyncUploadCallback Modifier and Type Method Description voidVFSBackend. writeAsync(DataIdentifier identifier, File file, AsyncUploadCallback callback)Write file to backend in asynchronous mode. 
 -