public final class InternalConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BLOCKSIZE
Default blocksize as used in blocksize and FS status queries: 33554432.
|
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_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 |
X_DIRECTORY
Directory marker attribute: see HADOOP-16613.
|
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_404
public static final String THROTTLE_LOG_NAME
public static final String X_DIRECTORY
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.