| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Field and Description |
|---|---|
static GoogleCloudStorageReadOptions.Fadvise |
GoogleCloudStorageReadOptions.DEFAULT_FADVISE |
| Modifier and Type | Method and Description |
|---|---|
abstract GoogleCloudStorageReadOptions.Fadvise |
GoogleCloudStorageReadOptions.getFadvise()
|
static GoogleCloudStorageReadOptions.Fadvise |
GoogleCloudStorageReadOptions.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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GoogleCloudStorageReadOptions.Builder |
GoogleCloudStorageReadOptions.Builder.setFadvise(GoogleCloudStorageReadOptions.Fadvise fadvise)
Sets fadvise mode that tunes behavior to optimize HTTP GET requests for various use cases.
|
Copyright © 2024. All rights reserved.