Package com.gpudb.protocol
Class AlterWalRequest
java.lang.Object
com.gpudb.protocol.AlterWalRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordA set of parameters for
GPUdb.alterWal.
Alters table write-ahead log (WAL) settings. Returns information about the requested table WAL modifications.
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA set of string constants for theAlterWalRequestparameteroptions.Constructor Summary
ConstructorsConstructorDescriptionConstructs an AlterWalRequest object with default parameters.Constructs an AlterWalRequest object with the specified parameters.Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) This method supports the Avro framework and is not intended to be called directly by the user.static org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.Optional parameters.org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.List of tables to modify.inthashCode()voidThis method supports the Avro framework and is not intended to be called directly by the user.setOptions(Map<String, String> options) Optional parameters.setTableNames(List<String> tableNames) List of tables to modify.toString()
Constructor Details
AlterWalRequest
public AlterWalRequest()Constructs an AlterWalRequest object with default parameters.AlterWalRequest
Constructs an AlterWalRequest object with the specified parameters.Parameters:tableNames- List of tables to modify. An asterisk changes the system settings.options- Optional parameters.MAX_SEGMENT_SIZE: Maximum size of an individual segment file.SEGMENT_COUNT: Approximate number of segment files to split the WAL across. Must be at least two.SYNC_POLICY: Maximum size of an individual segment file. Supported values:NONE: Disables the WAL.BACKGROUND: WAL entries are periodically written instead of immediately after each operation.FLUSH: Protects entries in the event of a database crash.FSYNC: Protects entries in the event of an OS crash.
FLUSH_FREQUENCY: Specifies how frequently WAL entries are written with background sync. This is a global setting and can only be used with the system options.table_names specifier ’*’.CHECKSUM: IfTRUEeach entry will be checked against a protective checksum. Supported values:The default value isTRUE.OVERRIDE_NON_DEFAULT: IfTRUEtables with unique WAL settings will be overridden when applying a system level change. Supported values:The default value isFALSE.RESTORE_SYSTEM_SETTINGS: IfTRUEtables with unique WAL settings will be reverted to the current global settings. Cannot be used in conjunction with any other option. Supported values:The default value isFALSE.PERSIST: IfTRUEand a system-level change was requested, the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values:The default value isTRUE.
Map.
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()This method supports the Avro framework and is not intended to be called directly by the user.Returns:The schema for the class.setTableNames
List of tables to modify. An asterisk changes the system settings.Parameters:tableNames- The new value fortableNames.Returns:thisto mimic the builder pattern.getOptions
Optional parameters.MAX_SEGMENT_SIZE: Maximum size of an individual segment file.SEGMENT_COUNT: Approximate number of segment files to split the WAL across. Must be at least two.SYNC_POLICY: Maximum size of an individual segment file. Supported values:NONE: Disables the WAL.BACKGROUND: WAL entries are periodically written instead of immediately after each operation.FLUSH: Protects entries in the event of a database crash.FSYNC: Protects entries in the event of an OS crash.
FLUSH_FREQUENCY: Specifies how frequently WAL entries are written with background sync. This is a global setting and can only be used with the system options.table_names specifier ’*’.CHECKSUM: IfTRUEeach entry will be checked against a protective checksum. Supported values:The default value isTRUE.OVERRIDE_NON_DEFAULT: IfTRUEtables with unique WAL settings will be overridden when applying a system level change. Supported values:The default value isFALSE.RESTORE_SYSTEM_SETTINGS: IfTRUEtables with unique WAL settings will be reverted to the current global settings. Cannot be used in conjunction with any other option. Supported values:The default value isFALSE.PERSIST: IfTRUEand a system-level change was requested, the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values:The default value isTRUE.
Map.Returns:The current value ofoptions.setOptions
Optional parameters.MAX_SEGMENT_SIZE: Maximum size of an individual segment file.SEGMENT_COUNT: Approximate number of segment files to split the WAL across. Must be at least two.SYNC_POLICY: Maximum size of an individual segment file. Supported values:NONE: Disables the WAL.BACKGROUND: WAL entries are periodically written instead of immediately after each operation.FLUSH: Protects entries in the event of a database crash.FSYNC: Protects entries in the event of an OS crash.
FLUSH_FREQUENCY: Specifies how frequently WAL entries are written with background sync. This is a global setting and can only be used with the system options.table_names specifier ’*’.CHECKSUM: IfTRUEeach entry will be checked against a protective checksum. Supported values:The default value isTRUE.OVERRIDE_NON_DEFAULT: IfTRUEtables with unique WAL settings will be overridden when applying a system level change. Supported values:The default value isFALSE.RESTORE_SYSTEM_SETTINGS: IfTRUEtables with unique WAL settings will be reverted to the current global settings. Cannot be used in conjunction with any other option. Supported values:The default value isFALSE.PERSIST: IfTRUEand a system-level change was requested, the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values:The default value isTRUE.
Map.Parameters:options- The new value foroptions.Returns:thisto mimic the builder pattern.getSchema
public org.apache.avro.Schema getSchema()This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainerReturns:The schema object describing this class.get
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to getReturns:value of the field with the given index.Throws:put
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:putin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to setvalue- the value to setThrows: