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.writeAsync(DataIdentifier identifier,
File file,
AsyncUploadCallback 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.writeAsync(DataIdentifier identifier,
File file,
AsyncUploadCallback callback)
Write file to backend in asynchronous mode.
|
void |
FSBackend.writeAsync(DataIdentifier identifier,
File src,
AsyncUploadCallback callback) |
Modifier and Type | Class and Description |
---|---|
class |
VFSDataStore
Commons VFS based data store.
|
Modifier and Type | Method and Description |
---|---|
void |
VFSBackend.writeAsync(DataIdentifier identifier,
File file,
AsyncUploadCallback callback)
Write file to backend in asynchronous mode.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.