Skip to content

KVSKBALayoutOptimizerSinglInst#

Procedures#

Init() :#

Summary: Initializes the optimizer. This should be called before any other operations.

procedure Init(): 

Remarks: This function initializes the optimizer, sets up logging, and prepares the blobs for layout storage.

IsEnabled() : Boolean#

Summary: Returns true if the optimizer is enabled.

procedure IsEnabled(): Boolean

Returns: True, if the optimizer is enabled

Remarks: This function checks if the optimizer is enabled based on the feature flag.

SetLoggingEnabled(Boolean) :#

Summary: Sets the logging enabled state.

procedure SetLoggingEnabled(NewValue: Boolean): 

Parameters:

  • NewValue: True to enable logging, false to disable

Remarks: This function allows enabling or disabling logging for the optimizer.

LoggingEnabled() : Boolean#

Summary: Returns true if logging is enabled.

procedure LoggingEnabled(): Boolean

Returns: True, if logging is enabled

Remarks: This function checks if logging is currently enabled.