| Package | Description |
|---|---|
| com.google.cloud.hadoop.fs.gcs |
| Modifier and Type | Method and Description |
|---|---|
static SyncableOutputStreamOptions.Builder |
SyncableOutputStreamOptions.builder() |
abstract SyncableOutputStreamOptions.Builder |
SyncableOutputStreamOptions.Builder.setAppendEnabled(boolean appendEnabled)
Whether the syncable output stream will append to existing files.
|
abstract SyncableOutputStreamOptions.Builder |
SyncableOutputStreamOptions.Builder.setMinSyncInterval(Duration minSyncInterval)
The minimal interval between two consecutive hsync()/hflush() calls.
|
abstract SyncableOutputStreamOptions.Builder |
SyncableOutputStreamOptions.Builder.setSyncOnFlushEnabled(boolean syncOnFlushEnabled)
Whether to implement flush using the sync implementation.
|
abstract SyncableOutputStreamOptions.Builder |
SyncableOutputStreamOptions.toBuilder() |
Copyright © 2023. All rights reserved.