Skip navigation links
A C D E G I O P R S T U W 

A

abort() - Method in class org.apache.jackrabbit.aws.ext.ds.S3BackendResourceAbortableInputStream
 
ACCESS_KEY - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon aws access key.
AWSDOTCOM - Static variable in class org.apache.jackrabbit.aws.ext.Utils
constants to define endpoint to various AWS region

C

close() - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
createBackend() - Method in class org.apache.jackrabbit.aws.ext.ds.S3DataStore
 

D

DASH - Static variable in class org.apache.jackrabbit.aws.ext.Utils
 
decorate(PutObjectRequest) - Method in class org.apache.jackrabbit.aws.ext.S3RequestDecorator
Set encryption in PutObjectRequest
decorate(CopyObjectRequest) - Method in class org.apache.jackrabbit.aws.ext.S3RequestDecorator
Set encryption in CopyObjectRequest
DEFAULT_AWS_BUCKET_REGION - Static variable in class org.apache.jackrabbit.aws.ext.Utils
The default value AWS bucket region.
DEFAULT_CONFIG_FILE - Static variable in class org.apache.jackrabbit.aws.ext.Utils
 
deleteAllOlderThan(long) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
deleteBucket(String) - Static method in class org.apache.jackrabbit.aws.ext.Utils
Delete S3 bucket.
deleteRecord(DataIdentifier) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
DOT - Static variable in class org.apache.jackrabbit.aws.ext.Utils
 

E

exists(DataIdentifier) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
Check if record identified by identifier exists in Amazon S3.
exists(DataIdentifier, boolean) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 

G

getAllIdentifiers() - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
getBucket() - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
getLastModified(DataIdentifier) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
getLength(DataIdentifier) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
getMarkerFile() - Method in class org.apache.jackrabbit.aws.ext.ds.S3DataStore
 

I

init(CachingDataStore, String, String) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
Initialize S3Backend.
init(CachingDataStore, String, Properties) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 

O

openService(Properties) - Static method in class org.apache.jackrabbit.aws.ext.Utils
Create AmazonS3Client from properties.
org.apache.jackrabbit.aws.ext - package org.apache.jackrabbit.aws.ext
 
org.apache.jackrabbit.aws.ext.ds - package org.apache.jackrabbit.aws.ext.ds
 

P

PROXY_HOST - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Constant to set proxy host.
PROXY_PORT - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Constant to set proxy port.

R

read(DataIdentifier) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
readConfig(String) - Static method in class org.apache.jackrabbit.aws.ext.Utils
Read a configuration properties file.

S

S3 - Static variable in class org.apache.jackrabbit.aws.ext.Utils
 
S3_BUCKET - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon aws S3 bucket.
S3_CONN_PROTOCOL - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Constant for S3 Connector Protocol
S3_CONN_TIMEOUT - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon S3 Http connection timeout.
S3_ENCRYPTION - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Constant to enable encryption in S3.
S3_ENCRYPTION_NONE - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Constant for no encryption.
S3_ENCRYPTION_SSE_S3 - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Constant to set SSE_S3 encryption.
S3_END_POINT - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon aws S3 region.
S3_MAX_CONNS - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon S3 maximum connections to be used.
S3_MAX_ERR_RETRY - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon S3 maximum retries.
S3_PATH_STYLE_ACCESS - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Path style access flag true/false
S3_REGION - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon aws S3 region.
S3_RENAME_KEYS - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Constant to rename keys
S3_SOCK_TIMEOUT - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon S3 socket timeout.
S3_WRITE_THREADS - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Constant to rename keys
S3Backend - Class in org.apache.jackrabbit.aws.ext.ds
A data store backend that stores data on Amazon S3.
S3Backend() - Constructor for class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
S3BackendResourceAbortableInputStream - Class in org.apache.jackrabbit.aws.ext.ds
S3 Backend based InputStream wrapper to implement BackendResourceAbortable.
S3BackendResourceAbortableInputStream(S3ObjectInputStream) - Constructor for class org.apache.jackrabbit.aws.ext.ds.S3BackendResourceAbortableInputStream
Construct with the given backend S3ObjectInputStream instance.
S3Constants - Class in org.apache.jackrabbit.aws.ext
Defined Amazon S3 constants.
S3DataStore - Class in org.apache.jackrabbit.aws.ext.ds
An Amazon S3 data store.
S3DataStore() - Constructor for class org.apache.jackrabbit.aws.ext.ds.S3DataStore
 
S3RequestDecorator - Class in org.apache.jackrabbit.aws.ext
This class to sets encrption mode in S3 request.
S3RequestDecorator(Properties) - Constructor for class org.apache.jackrabbit.aws.ext.S3RequestDecorator
 
SECRET_KEY - Static variable in class org.apache.jackrabbit.aws.ext.S3Constants
Amazon aws secret key.
setBucket(String) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
setProperties(Properties) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
Properties used to configure the backend.
setProperties(Properties) - Method in class org.apache.jackrabbit.aws.ext.ds.S3DataStore
Properties required to configure the S3Backend

T

touch(DataIdentifier, long) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
touchAsync(DataIdentifier, long, AsyncTouchCallback) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 

U

Utils - Class in org.apache.jackrabbit.aws.ext
Amazon S3 utilities.

W

write(DataIdentifier, File) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
It uploads file to Amazon S3.
writeAsync(DataIdentifier, File, AsyncUploadCallback) - Method in class org.apache.jackrabbit.aws.ext.ds.S3Backend
 
A C D E G I O P R S T U W 
Skip navigation links

Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.