Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.MetricsSink
-
Packages that use GoogleCloudStorageOptions.MetricsSink Package Description com.google.cloud.hadoop.gcsio -
-
Uses of GoogleCloudStorageOptions.MetricsSink in com.google.cloud.hadoop.gcsio
Methods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageOptions.MetricsSink Modifier and Type Method Description abstract GoogleCloudStorageOptions.MetricsSinkGoogleCloudStorageOptions. getMetricsSink()static GoogleCloudStorageOptions.MetricsSinkGoogleCloudStorageOptions.MetricsSink. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleCloudStorageOptions.MetricsSink[]GoogleCloudStorageOptions.MetricsSink. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorageOptions.MetricsSink Modifier and Type Method Description abstract GoogleCloudStorageOptions.BuilderGoogleCloudStorageOptions.Builder. setMetricsSink(GoogleCloudStorageOptions.MetricsSink metricsSink)
-