refinery-udf(8) -- User-defined function management¶
Synopsis¶
refinery udf option
Description¶
Management interface for the user-defined function management feature
Options¶
--add Add new UDF
--funcName Name of the function
--funcType One of: realtime / static / trigger
--file Location of UDF function
[--description] Location of text file with description OR written string description
[--language] To specify the language the UDF is written in. Parameter sub
--modify Update a UDF
--funcName
[--file] Location of new UDF function
[--description] Location of text file with description OR written string description
[--language] To specify the language the UDF is written in. Parameter sub
--delete Delete a UDF
--funcName Name of UDF to delete
--info List information on all UDFs available, including function type, code and description
[--funcName] Specify function name for information on this function only
--export Package up entire contents of UDF directory into an installable .tgz file
[--dir] Directory output package to (default is current working directory)
--import Install a .tgz UDF package
--file Location of .tgz file
--reload Force load any underling UDF directory changes into UDF processes. Automatically done by CLI operations.
[optional] sync Adds a synchronous command line response of the status of the reload call.
Copyright¶
Copyright (c) 2019 KX Systems Inc
Version¶
RELEASE_NAME