Package | Description |
---|---|
org.apache.jackrabbit.aws.ext.ds | |
org.apache.jackrabbit.core.data |
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 |
FSBackend.touchAsync(DataIdentifier identifier,
long minModifiedDate,
AsyncTouchCallback callback) |
void |
Backend.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.