For the complete list of functions and categories in this namespace, refer to the main admin functions page.
Function name | Description |
---|---|
admin.taskserverGetDebugAllow | This function returns the value for the debug-allow setting configured on the task server for the specified group. |
admin.taskserverGetDebugThreads | This function returns the number of debug threads configured on the task server in the specified group. |
admin.taskserverGetDefaultInferenceSize | This function returns the default amount of memory (in megabytes) that can be used by sem:store for inference. |
admin.taskserverGetDefaultTimeLimit | This function returns the default time limit configured on the task server for the specified group. |
admin.taskserverGetFileLogLevel | This function returns the value for the file log level configured on the task server for the specified group. |
admin.taskserverGetLogErrors | This function returns the value for the log-errors setting configured on the task server for the specified group. |
admin.taskserverGetMaxInferenceSize | This function returns the maximum amount of memory in megabytes that can be used by sem:store for inference. |
admin.taskserverGetMaxTimeLimit | This function returns the maximum time limit configured on the task server for the specified group. |
admin.taskserverGetName | This function returns the name of the task server for the specified group from the configuration. |
admin.taskserverGetPostCommitTriggerDepth | This function returns the maximum post-commit trigger depth configured on the task server for the specified group. |
admin.taskserverGetPreCommitTriggerDepth | This function returns the maximum pre-commit trigger depth configured on the task server for the specified group. |
admin.taskserverGetPreCommitTriggerLimit | This function returns the pre-commit trigger limit configured on the task server for the specified group. |
admin.taskserverGetProfileAllow | This function returns the value for the profile-allow setting configured on the task server for the specified group. |
admin.taskserverGetQueueSize | This function returns the number queue size configured on the task server for the specified group. |
admin.taskserverGetThreads | This function returns the number of threads configured on task server in the specified group. |
admin.taskserverSetDebugAllow | This function sets the value for the debug allow setting for the task server in the configuration. |
admin.taskserverSetDebugThreads | This function sets the value in the configuration of the maximum number of debug threads for the specified task server for each host in the group. |
admin.taskserverSetDefaultInferenceSize | This function specifies the default value for any request's inference size. |
admin.taskserverSetDefaultTimeLimit | This function sets the task server default time limit in the configuration. |
admin.taskserverSetFileLogLevel | This function changes the host file log level setting for the task server in the configuration. |
admin.taskserverSetLogErrors | This function sets the value for the log errors setting for the task server in the configuration. |
admin.taskserverSetMaxInferenceSize | This function specifies the upper bound for any request's inference size. |
admin.taskserverSetMaxTimeLimit | This function sets the task server max time limit in the configuration. |
admin.taskserverSetPostCommitTriggerDepth | This function sets the value for the task server post-commit trigger depth in the configuration. |
admin.taskserverSetPreCommitTriggerDepth | This function sets the value for the task server pre-commit trigger depth in the configuration. |
admin.taskserverSetPreCommitTriggerLimit | This function sets the value for the task server pre-commit trigger depth in the configuration. |
admin.taskserverSetProfileAllow | This function sets the value for the profile allow setting for the task server in the configuration. |
admin.taskserverSetQueueSize | This function sets the value in the configuration of the maximum queue size for the specified task server. |
admin.taskserverSetThreads | This function sets the value in the configuration of the maximum number of threads for the specified task server on each host in the group. |