| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DATA_VERSION |
7 |
public static final String |
FILE_ARCHIVE_DIR |
"fileArchive" |
public static final String |
INSTANCE_ID_DIR |
"instance_id" |
public static final int |
LOGGING_TO_HDFS |
4 |
public static final int |
MOVE_DELETE_MARKERS |
5 |
public static final int |
MOVE_TO_REPLICATION_TABLE |
7 |
public static final int |
MOVE_TO_ROOT_TABLE |
6 |
public static final String |
RECOVERY_DIR |
"recovery" |
public static final String |
TABLE_DIR |
"tables" |
public static final String |
VERSION_DIR |
"version" |
public static final String |
WAL_DIR |
"wal" |
public static final String |
WALOG_ARCHIVE_DIR |
"walogArchive" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PREFERRED_VOLUMES_CUSTOM_KEY |
"table.custom.preferredVolumes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VIEWFS_CLASSNAME |
"org.apache.hadoop.fs.viewfs.ViewFileSystem" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
TIME_BETWEEN_BALANCER_WARNINGS |
60000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MASTER_NAME |
"Master" |
public static final String |
PREFIX |
"Accumulo" |
public static final String |
THRIFT_NAME |
"Thrift" |
public static final String |
TSERVER_NAME |
"TabletServer" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONTEXT |
"thrift" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
CONFIG_FILE_RELOAD_DELAY |
60000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
execute |
"execute" |
public static final String |
idle |
"idle" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY_SEPARATOR |
"|" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BEGIN_FIELD_NUMBER |
1 |
public static final int |
CLOSED_FIELD_NUMBER |
4 |
public static final int |
CREATEDTIME_FIELD_NUMBER |
5 |
public static final int |
END_FIELD_NUMBER |
2 |
public static final int |
INFINITEEND_FIELD_NUMBER |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUDITLOG |
"Audit" |
public static final String |
AUTHENICATE_AUDIT_TEMPLATE |
"" |
public static final String |
CAN_BULK_IMPORT_AUDIT_TEMPLATE |
"action: bulkImport; targetTable: %s; dataDir: %s; failDir: %s;" |
public static final String |
CAN_CLONE_TABLE_AUDIT_TEMPLATE |
"action: cloneTable; targetTable: %s; newTableName: %s" |
public static final String |
CAN_CREATE_TABLE_AUDIT_TEMPLATE |
"action: createTable; targetTable: %s;" |
public static final String |
CAN_DELETE_RANGE_AUDIT_TEMPLATE |
"action: deleteData; targetTable: %s; startRange: %s; endRange: %s;" |
public static final String |
CAN_DELETE_TABLE_AUDIT_TEMPLATE |
"action: deleteTable; targetTable: %s;" |
public static final String |
CAN_EXPORT_AUDIT_TEMPLATE |
"action: export; targetTable: %s; dataDir: %s;" |
public static final String |
CAN_IMPORT_AUDIT_TEMPLATE |
"action: import; targetTable: %s; dataDir: %s;" |
public static final String |
CAN_ONLINE_OFFLINE_TABLE_AUDIT_TEMPLATE |
"action: %s; targetTable: %s;" |
public static final String |
CAN_RENAME_TABLE_AUDIT_TEMPLATE |
"action: renameTable; targetTable: %s; newTableName: %s;" |
public static final String |
CAN_SCAN_AUDIT_TEMPLATE |
"action: scan; targetTable: %s; authorizations: %s; range: %s; columns: %s; iterators: %s; iteratorOptions: %s;" |
public static final String |
CAN_SCAN_BATCH_AUDIT_TEMPLATE |
"action: scan; targetTable: %s; authorizations: %s; range: %s; columns: %s; iterators: %s; iteratorOptions: %s;" |
public static final String |
CHANGE_AUTHORIZATIONS_AUDIT_TEMPLATE |
"action: changeAuthorizations; targetUser: %s; authorizations: %s" |
public static final String |
CHANGE_PASSWORD_AUDIT_TEMPLATE |
"action: changePassword; targetUser: %s;" |
public static final String |
CREATE_USER_AUDIT_TEMPLATE |
"action: createUser; targetUser: %s; Authorizations: %s;" |
public static final String |
DELEGATION_TOKEN_AUDIT_TEMPLATE |
"requested delegation token" |
public static final String |
DROP_USER_AUDIT_TEMPLATE |
"action: dropUser; targetUser: %s;" |
public static final String |
GRANT_SYSTEM_PERMISSION_AUDIT_TEMPLATE |
"action: grantSystemPermission; permission: %s; targetUser: %s;" |
public static final String |
GRANT_TABLE_PERMISSION_AUDIT_TEMPLATE |
"action: grantTablePermission; permission: %s; targetTable: %s; targetUser: %s;" |
public static final String |
REVOKE_SYSTEM_PERMISSION_AUDIT_TEMPLATE |
"action: revokeSystemPermission; permission: %s; targetUser: %s;" |
public static final String |
REVOKE_TABLE_PERMISSION_AUDIT_TEMPLATE |
"action: revokeTablePermission; permission: %s; targetTable: %s; targetUser: %s;" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
LOGICAL_TIME_ID |
76 |
public static final char |
MILLIS_TIME_ID |
77 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMBINER_NAME |
"replcombiner" |
Copyright © 2015 Apache Accumulo Project. All rights reserved.