Package org.apache.hadoop.fs
Interface StorageStatistics.CommonStatisticNames
- Enclosing class:
- StorageStatistics
@Evolving
public static interface StorageStatistics.CommonStatisticNames
These are common statistic names.
The following names are considered general and preserved across different StorageStatistics classes. When implementing a new StorageStatistics, it is highly recommended to use the common statistic names.
When adding new common statistic name constants, please make them unique. By convention, they are implicitly unique:
- the name of the constants are uppercase, words separated by underscores.
- the value of the constants are lowercase of the constant names.
StoreStatisticNames for the field names used here
and elsewhere.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
-
Field Details
-
OP_APPEND
- See Also:
-
OP_COPY_FROM_LOCAL_FILE
- See Also:
-
OP_CREATE
- See Also:
-
OP_CREATE_NON_RECURSIVE
- See Also:
-
OP_DELETE
- See Also:
-
OP_EXISTS
- See Also:
-
OP_GET_CONTENT_SUMMARY
- See Also:
-
OP_GET_DELEGATION_TOKEN
- See Also:
-
OP_GET_FILE_CHECKSUM
- See Also:
-
OP_GET_FILE_STATUS
- See Also:
-
OP_GET_STATUS
- See Also:
-
OP_GLOB_STATUS
- See Also:
-
OP_IS_FILE
- See Also:
-
OP_IS_DIRECTORY
- See Also:
-
OP_LIST_FILES
- See Also:
-
OP_LIST_LOCATED_STATUS
- See Also:
-
OP_LIST_STATUS
- See Also:
-
OP_MKDIRS
- See Also:
-
OP_MODIFY_ACL_ENTRIES
- See Also:
-
OP_OPEN
- See Also:
-
OP_REMOVE_ACL
- See Also:
-
OP_REMOVE_ACL_ENTRIES
- See Also:
-
OP_REMOVE_DEFAULT_ACL
- See Also:
-
OP_RENAME
- See Also:
-
OP_SET_ACL
- See Also:
-
OP_SET_OWNER
- See Also:
-
OP_SET_PERMISSION
- See Also:
-
OP_SET_TIMES
- See Also:
-
OP_TRUNCATE
- See Also:
-