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 class
S3DataStore
An Amazon S3 data store.Methods in org.apache.jackrabbit.aws.ext.ds with parameters of type AsyncTouchCallback Modifier and Type Method Description void
S3Backend. 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 class
CachingDataStore
A caching data store that consists ofLocalCache
andBackend
.class
CachingFDS
Methods in org.apache.jackrabbit.core.data with parameters of type AsyncTouchCallback Modifier and Type Method Description void
Backend. touchAsync(DataIdentifier identifier, long minModifiedDate, AsyncTouchCallback callback)
Update the lastModified of record if it's lastModified < minModifiedDate asynchronously.void
FSBackend. 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 class
VFSDataStore
Commons VFS based data store.Methods in org.apache.jackrabbit.vfs.ext.ds with parameters of type AsyncTouchCallback Modifier and Type Method Description void
VFSBackend. touchAsync(DataIdentifier identifier, long minModifiedDate, AsyncTouchCallback callback)
Update the lastModified of record if it's lastModified < minModifiedDate asynchronously.
-