public static interface PersistenceConfig.AOFConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppendFsync()
public abstract PersistenceConfig.AOFConfig.AppendFsync getAppendFsync()Optional. The fsync mode.
.google.cloud.memorystore.v1.PersistenceConfig.AOFConfig.AppendFsync append_fsync = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PersistenceConfig.AOFConfig.AppendFsync |
The appendFsync. |
getAppendFsyncValue()
public abstract int getAppendFsyncValue()Optional. The fsync mode.
.google.cloud.memorystore.v1.PersistenceConfig.AOFConfig.AppendFsync append_fsync = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for appendFsync. |