Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageStatistics
-
Packages that use GoogleCloudStorageStatistics Package Description com.google.cloud.hadoop.gcsio -
-
Uses of GoogleCloudStorageStatistics in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio with type parameters of type GoogleCloudStorageStatistics Modifier and Type Field Description static com.google.common.collect.ImmutableSet<GoogleCloudStorageStatistics>GoogleCloudStorageStatistics. VALUESMethods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageStatistics Modifier and Type Method Description static GoogleCloudStorageStatisticsGoogleCloudStorageStatistics. fromSymbol(String symbol)Get a statistic from a symbol.static GoogleCloudStorageStatisticsGoogleCloudStorageStatistics. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleCloudStorageStatistics[]GoogleCloudStorageStatistics. values()Returns an array containing the constants of this enum type, in the order they are declared.
-