Skip to main content

%SYS.HadoopGatewayConfig

JMM588 10/30/12 Jeff Miller, Store HadoopGateway config settings in ^SYS This class provides implementations of the %GetOption, %SetOption, %GetClassOption, %SetClassOption, %GetNamespaceOption, and %SetNamespaceOption methods of %HadoopGateway.Config, within a class that is ensured to have read/write access to ^["%SYS"]SYS. It also provides the methods AssignClassNumber and GetClassNumber, which are used internally by the %HadoopGateway.Connection class, to access an internal-only config value that is not exposed to users by the %HadoopGateway.Config API.

Method Inventory

Methods

classmethod AssignClassNumber(pHadoopHome As %String(MAXLEN=""), pHost As %String) as %Integer
classmethod GetClassNumber(pHadoopHome As %String(MAXLEN=""), pHost As %String) as %Integer
classmethod GetClassOption(pClassName As %String, pOptionName As %String) as %String
classmethod GetNamespaceOption(pNamespace As %String, pOptionName As %String) as %String
classmethod GetOption(pOptionName As %String) as %String
classmethod SetClassOption(pClassName As %String, pOptionName As %String, pOptionValue As %String)
classmethod SetNamespaceOption(pNamespace As %String, pOptionName As %String, pOptionValue As %String)
classmethod SetOption(pOptionName As %String, pOptionValue As %String)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab