| Package | Description | 
|---|---|
| org.apache.jackrabbit.aws.ext.ds | |
| org.apache.jackrabbit.core.data | |
| org.apache.jackrabbit.vfs.ext.ds | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S3DataStore
An Amazon S3 data store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
S3Backend.touchAsync(DataIdentifier identifier,
          long minModifiedDate,
          AsyncTouchCallback callback)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachingDataStore
A caching data store that consists of  
LocalCache and Backend. | 
class  | 
CachingFDS  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VFSDataStore
Commons VFS based data store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VFSBackend.touchAsync(DataIdentifier identifier,
          long minModifiedDate,
          AsyncTouchCallback callback)
Update the lastModified of record if it's lastModified < minModifiedDate
 asynchronously. 
 | 
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.