Uses of Interface
org.apache.jackrabbit.core.data.AsyncTouchCallback
- 
Packages that use AsyncTouchCallback Package Description org.apache.jackrabbit.aws.ext.ds org.apache.jackrabbit.core.data org.apache.jackrabbit.vfs.ext.ds  - 
- 
Uses of AsyncTouchCallback in org.apache.jackrabbit.aws.ext.ds
Classes in org.apache.jackrabbit.aws.ext.ds that implement AsyncTouchCallback Modifier and Type Class Description classS3DataStoreAn Amazon S3 data store.Methods in org.apache.jackrabbit.aws.ext.ds with parameters of type AsyncTouchCallback Modifier and Type Method Description voidS3Backend. touchAsync(DataIdentifier identifier, long minModifiedDate, AsyncTouchCallback callback) - 
Uses of AsyncTouchCallback in org.apache.jackrabbit.core.data
Classes in org.apache.jackrabbit.core.data that implement AsyncTouchCallback Modifier and Type Class Description classCachingDataStoreA caching data store that consists ofLocalCacheandBackend.classCachingFDSMethods in org.apache.jackrabbit.core.data with parameters of type AsyncTouchCallback Modifier and Type Method Description voidBackend. touchAsync(DataIdentifier identifier, long minModifiedDate, AsyncTouchCallback callback)Update the lastModified of record if it's lastModified < minModifiedDate asynchronously.voidFSBackend. touchAsync(DataIdentifier identifier, long minModifiedDate, AsyncTouchCallback callback) - 
Uses of AsyncTouchCallback in org.apache.jackrabbit.vfs.ext.ds
Classes in org.apache.jackrabbit.vfs.ext.ds that implement AsyncTouchCallback Modifier and Type Class Description classVFSDataStoreCommons VFS based data store.Methods in org.apache.jackrabbit.vfs.ext.ds with parameters of type AsyncTouchCallback Modifier and Type Method Description voidVFSBackend. touchAsync(DataIdentifier identifier, long minModifiedDate, AsyncTouchCallback callback)Update the lastModified of record if it's lastModified < minModifiedDate asynchronously. 
 -