public static interface PersistenceConfig.AOFConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAppendFsync()
public abstract PersistenceConfig.AOFConfig.AppendFsync getAppendFsync()
Optional. The fsync mode.
.google.cloud.memorystore.v1beta.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.v1beta.PersistenceConfig.AOFConfig.AppendFsync append_fsync = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for appendFsync. |