public final class InternalConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AP_INACCESSIBLE
Error message to indicate Access Points are not accessible or don't exist.
|
static String |
AP_REQUIRED_EXCEPTION
Error message to indicate Access Points are required to be used for S3 access.
|
static String |
AP_S3GUARD_INCOMPATIBLE
Error message to indicate Access Points are incompatible with S3Guard.
|
static String |
ARN_BUCKET_OPTION
AccessPoint ARN for the bucket.
|
static String |
AWS_REGION_SYSPROP
The system property used by the AWS SDK to identify the region.
|
static int |
CSE_PADDING_LENGTH
S3 client side encryption adds padding to the content length of constant
length of 16 bytes (at the moment, since we have only 1 content
encryption algorithm).
|
static String |
CSE_S3GUARD_INCOMPATIBLE
Error message to indicate S3-CSE is incompatible with S3Guard.
|
static int |
DEFAULT_BLOCKSIZE
Default blocksize as used in blocksize and FS status queries: 33554432.
|
static int |
DEFAULT_UPLOAD_PART_COUNT_LIMIT
Maximum entries you can upload in a single file write/copy/upload.
|
static boolean |
DELETE_CONSIDERED_IDEMPOTENT
This declared delete as idempotent.
|
static int |
MAX_ENTRIES_TO_DELETE
The maximum number of entries that can be deleted in any bulk delete
call to S3: 1000.
|
static int |
RENAME_PARALLEL_LIMIT
This is an arbitrary value: 10.
|
static int |
SC_403
403 error code.
|
static int |
SC_404
404 error code.
|
static Set<String> |
STANDARD_OPENFILE_KEYS
The known keys used in a standard openFile call.
|
static String |
THROTTLE_LOG_NAME
Name of the log for throttling events.
|
static String |
UPLOAD_PART_COUNT_LIMIT
A configuration option for test use only: maximum
part count on block writes/uploads.
|
static String |
X_DIRECTORY
Directory marker attribute: see HADOOP-16613.
|
public static final boolean DELETE_CONSIDERED_IDEMPOTENT
public static final int RENAME_PARALLEL_LIMIT
MAX_ENTRIES_TO_DELETE so that
all copies will have finished before deletion is contemplated.
(There's always a block for that, it just makes more sense to
perform the bulk delete after another block of copies have completed).public static final int MAX_ENTRIES_TO_DELETE
public static final int DEFAULT_BLOCKSIZE
@InterfaceStability.Unstable public static final Set<String> STANDARD_OPENFILE_KEYS
public static final int SC_403
public static final int SC_404
public static final String THROTTLE_LOG_NAME
public static final String X_DIRECTORY
public static final String UPLOAD_PART_COUNT_LIMIT
public static final int DEFAULT_UPLOAD_PART_COUNT_LIMIT
public static final String AWS_REGION_SYSPROP
public static final int CSE_PADDING_LENGTH
public static final String CSE_S3GUARD_INCOMPATIBLE
public static final String AP_S3GUARD_INCOMPATIBLE
public static final String AP_REQUIRED_EXCEPTION
public static final String AP_INACCESSIBLE
public static final String ARN_BUCKET_OPTION
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.