Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Fadvise
-
Packages that use GoogleCloudStorageReadOptions.Fadvise Package Description com.google.cloud.hadoop.gcsio -
-
Uses of GoogleCloudStorageReadOptions.Fadvise in com.google.cloud.hadoop.gcsio
Methods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageReadOptions.Fadvise Modifier and Type Method Description abstract GoogleCloudStorageReadOptions.FadviseGoogleCloudStorageReadOptions. getFadvise()static GoogleCloudStorageReadOptions.FadviseGoogleCloudStorageReadOptions.Fadvise. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleCloudStorageReadOptions.Fadvise[]GoogleCloudStorageReadOptions.Fadvise. 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 GoogleCloudStorageReadOptions.Fadvise Modifier and Type Method Description abstract GoogleCloudStorageReadOptions.BuilderGoogleCloudStorageReadOptions.Builder. setFadvise(GoogleCloudStorageReadOptions.Fadvise fadvise)Sets fadvise mode that tunes behavior to optimize HTTP GET requests for various use cases.
-