Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- bucketCreate(StorageBucket) - Method in class io.clonecloudstore.driver.s3.DriverS3
- bucketDelete(String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- bucketExists(String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- bucketGet(String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- bucketImport(StorageBucket) - Method in class io.clonecloudstore.driver.s3.DriverS3
- bucketsCount() - Method in class io.clonecloudstore.driver.s3.DriverS3
- bucketsIterator() - Method in class io.clonecloudstore.driver.s3.DriverS3
- bucketsStream() - Method in class io.clonecloudstore.driver.s3.DriverS3
C
- CCS_DRIVER_S_3_MAX_PART_SIZE - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
-
MultiPart size (minimum 5 MB, maximum 5 GB, default 256 MB)
- CCS_DRIVER_S3_HOST - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- CCS_DRIVER_S3_KEY - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- CCS_DRIVER_S3_KEY_ID - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- CCS_DRIVER_S3_MAX_PART_SIZE_FOR_UNKNOWN_LENGTH - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
-
MultiPart size (minimum 5 MB, maximum ~2 GB): will be used to buffer InputStream if length is unknown, so take care of the Memory consumption associated (512 MB, default, will limit the total InputStream length to 5 TB since 10K parts)
- CCS_DRIVER_S3_REGION - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- CLIENT_ID - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- close() - Method in class io.clonecloudstore.driver.s3.DriverS3
D
- DEFAULT_MAX_PART_SIZE_INT - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- DEFAULT_MAX_SIZE_NOT_PART - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- DEFAULT_MIN_PART_SIZE - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- DEFAULT_SIZE_NOT_PART - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
- directoryOrObjectExistsInBucket(String, String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- DriverS3 - Class in io.clonecloudstore.driver.s3
-
S3 Driver
- DriverS3(DriverS3Helper) - Constructor for class io.clonecloudstore.driver.s3.DriverS3
- DriverS3ApiFactory - Class in io.clonecloudstore.driver.s3
-
S3 DriverApi Factory
- DriverS3ApiFactory(DriverS3Helper) - Constructor for class io.clonecloudstore.driver.s3.DriverS3ApiFactory
- DriverS3Helper - Class in io.clonecloudstore.driver.s3
-
Internal S3 real actions Helper
- DriverS3Properties - Class in io.clonecloudstore.driver.s3
-
Configurable values for S3
- DriverS3Properties(DriverS3Register) - Constructor for class io.clonecloudstore.driver.s3.DriverS3Properties
- DriverS3Register - Class in io.clonecloudstore.driver.s3
-
Register the DriverS3ApiFactory into DriverApiRegistry
- DriverS3Register(DriverS3ApiFactory) - Constructor for class io.clonecloudstore.driver.s3.DriverS3Register
F
- FOR - Static variable in class io.clonecloudstore.driver.s3.DriverS3Helper
G
- getDriverS3Host() - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
- getDriverS3Key() - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
- getDriverS3KeyId() - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
- getDriverS3Region() - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
- getInstance() - Method in class io.clonecloudstore.driver.s3.DriverS3ApiFactory
- getMaxPartSize() - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
- getMaxPartSizeForUnknownLength() - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
I
- io.clonecloudstore.driver.s3 - package io.clonecloudstore.driver.s3
M
- MAX_ITEMS - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
O
- OBJECT_CANNOT_BE_CREATED_CODE - Static variable in class io.clonecloudstore.driver.s3.DriverS3Helper
- objectCopy(StorageObject, StorageObject) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectDeleteInBucket(String, String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectFinalizeCreateInBucket(String, String, long, String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectGetInputStreamInBucket(String, String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectGetMetadataInBucket(String, String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectPrepareCreateInBucket(StorageObject, InputStream) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectsCountInBucket(String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectsCountInBucket(String, String, Instant, Instant) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectsIteratorInBucket(String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectsIteratorInBucket(String, String, Instant, Instant) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectsStreamInBucket(String) - Method in class io.clonecloudstore.driver.s3.DriverS3
- objectsStreamInBucket(String, String, Instant, Instant) - Method in class io.clonecloudstore.driver.s3.DriverS3
S
- setDynamicPartSize(long) - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
-
Used to change dynamically the setup
- setDynamicPartSizeForUnknownLength(int) - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
-
Used to change dynamically the setup
- setDynamicS3Parameters(String, String, String, String) - Static method in class io.clonecloudstore.driver.s3.DriverS3Properties
-
Used to change dynamically the setup
- SHA_256 - Static variable in class io.clonecloudstore.driver.s3.DriverS3Properties
All Classes and Interfaces|All Packages|Constant Field Values