public abstract class SyncableOutputStreamOptions extends Object
GoogleHadoopSyncableOutputStream
.Modifier and Type | Class and Description |
---|---|
static class |
SyncableOutputStreamOptions.Builder
Mutable builder for the
SyncableOutputStreamOptions . |
Modifier and Type | Field and Description |
---|---|
static SyncableOutputStreamOptions |
DEFAULT |
Constructor and Description |
---|
SyncableOutputStreamOptions() |
Modifier and Type | Method and Description |
---|---|
static SyncableOutputStreamOptions.Builder |
builder() |
abstract Duration |
getMinSyncInterval()
|
abstract boolean |
isAppendEnabled()
|
abstract boolean |
isSyncOnFlushEnabled()
|
abstract SyncableOutputStreamOptions.Builder |
toBuilder() |
public static final SyncableOutputStreamOptions DEFAULT
public static SyncableOutputStreamOptions.Builder builder()
public abstract SyncableOutputStreamOptions.Builder toBuilder()
public abstract boolean isAppendEnabled()
public abstract Duration getMinSyncInterval()
public abstract boolean isSyncOnFlushEnabled()
Copyright © 2024. All rights reserved.