public enum Statistic extends Enum<Statistic>
S3AStorageStatistics
and as metrics in S3AInstrumentation| Modifier and Type | Method and Description |
|---|---|
static Statistic |
fromSymbol(String symbol)
Get a statistic from a symbol.
|
String |
getDescription() |
String |
getSymbol() |
String |
toString()
The string value is simply the symbol.
|
static Statistic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Statistic DIRECTORIES_CREATED
public static final Statistic DIRECTORIES_DELETED
public static final Statistic FILES_COPIED
public static final Statistic FILES_COPIED_BYTES
public static final Statistic FILES_CREATED
public static final Statistic FILES_DELETED
public static final Statistic FAKE_DIRECTORIES_CREATED
public static final Statistic FAKE_DIRECTORIES_DELETED
public static final Statistic IGNORED_ERRORS
public static final Statistic INVOCATION_COPY_FROM_LOCAL_FILE
public static final Statistic INVOCATION_CREATE
public static final Statistic INVOCATION_CREATE_NON_RECURSIVE
public static final Statistic INVOCATION_DELETE
public static final Statistic INVOCATION_EXISTS
public static final Statistic INVOCATION_GET_FILE_CHECKSUM
public static final Statistic INVOCATION_GET_FILE_STATUS
public static final Statistic INVOCATION_GLOB_STATUS
public static final Statistic INVOCATION_IS_DIRECTORY
public static final Statistic INVOCATION_IS_FILE
public static final Statistic INVOCATION_LIST_FILES
public static final Statistic INVOCATION_LIST_LOCATED_STATUS
public static final Statistic INVOCATION_LIST_STATUS
public static final Statistic INVOCATION_MKDIRS
public static final Statistic INVOCATION_OPEN
public static final Statistic INVOCATION_RENAME
public static final Statistic OBJECT_COPY_REQUESTS
public static final Statistic OBJECT_DELETE_REQUESTS
public static final Statistic OBJECT_LIST_REQUESTS
public static final Statistic OBJECT_CONTINUE_LIST_REQUESTS
public static final Statistic OBJECT_METADATA_REQUESTS
public static final Statistic OBJECT_MULTIPART_UPLOAD_INITIATED
public static final Statistic OBJECT_MULTIPART_UPLOAD_ABORTED
public static final Statistic OBJECT_PUT_REQUESTS
public static final Statistic OBJECT_PUT_REQUESTS_COMPLETED
public static final Statistic OBJECT_PUT_REQUESTS_ACTIVE
public static final Statistic OBJECT_PUT_BYTES
public static final Statistic OBJECT_PUT_BYTES_PENDING
public static final Statistic STREAM_ABORTED
public static final Statistic STREAM_BACKWARD_SEEK_OPERATIONS
public static final Statistic STREAM_CLOSED
public static final Statistic STREAM_CLOSE_OPERATIONS
public static final Statistic STREAM_FORWARD_SEEK_OPERATIONS
public static final Statistic STREAM_OPENED
public static final Statistic STREAM_READ_EXCEPTIONS
public static final Statistic STREAM_READ_FULLY_OPERATIONS
public static final Statistic STREAM_READ_OPERATIONS
public static final Statistic STREAM_READ_OPERATIONS_INCOMPLETE
public static final Statistic STREAM_READ_VERSION_MISMATCHES
public static final Statistic STREAM_SEEK_BYTES_BACKWARDS
public static final Statistic STREAM_SEEK_BYTES_READ
public static final Statistic STREAM_SEEK_BYTES_SKIPPED
public static final Statistic STREAM_SEEK_OPERATIONS
public static final Statistic STREAM_CLOSE_BYTES_READ
public static final Statistic STREAM_ABORT_BYTES_DISCARDED
public static final Statistic STREAM_WRITE_FAILURES
public static final Statistic STREAM_WRITE_BLOCK_UPLOADS
public static final Statistic STREAM_WRITE_BLOCK_UPLOADS_ACTIVE
public static final Statistic STREAM_WRITE_BLOCK_UPLOADS_COMMITTED
public static final Statistic STREAM_WRITE_BLOCK_UPLOADS_ABORTED
public static final Statistic STREAM_WRITE_BLOCK_UPLOADS_PENDING
public static final Statistic STREAM_WRITE_BLOCK_UPLOADS_DATA_PENDING
public static final Statistic STREAM_WRITE_TOTAL_TIME
public static final Statistic STREAM_WRITE_TOTAL_DATA
public static final Statistic STREAM_WRITE_QUEUE_DURATION
public static final Statistic COMMITTER_COMMITS_CREATED
public static final Statistic COMMITTER_COMMITS_COMPLETED
public static final Statistic COMMITTER_JOBS_SUCCEEDED
public static final Statistic COMMITTER_JOBS_FAILED
public static final Statistic COMMITTER_TASKS_SUCCEEDED
public static final Statistic COMMITTER_TASKS_FAILED
public static final Statistic COMMITTER_BYTES_COMMITTED
public static final Statistic COMMITTER_BYTES_UPLOADED
public static final Statistic COMMITTER_COMMITS_FAILED
public static final Statistic COMMITTER_COMMITS_ABORTED
public static final Statistic COMMITTER_COMMITS_REVERTED
public static final Statistic COMMITTER_MAGIC_FILES_CREATED
public static final Statistic S3GUARD_METADATASTORE_PUT_PATH_REQUEST
public static final Statistic S3GUARD_METADATASTORE_PUT_PATH_LATENCY
public static final Statistic S3GUARD_METADATASTORE_INITIALIZATION
public static final Statistic S3GUARD_METADATASTORE_RETRY
public static final Statistic S3GUARD_METADATASTORE_THROTTLED
public static final Statistic S3GUARD_METADATASTORE_THROTTLE_RATE
public static final Statistic STORE_IO_THROTTLED
public static Statistic[] values()
for (Statistic c : Statistic.values()) System.out.println(c);
public static Statistic valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getSymbol()
public static Statistic fromSymbol(String symbol)
symbol - statistic to look uppublic String getDescription()
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.