Class: Quark::DatawireMdkMd::QuarkClient
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkClient
- Extended by:
- DatawireQuarkCore::Static
- Defined in:
- lib/datawire_mdk_md.rb
Constant Summary
Constants included from DatawireQuarkCore::Static
DatawireQuarkCore::Static::Unassigned
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
- #construct(args) ⇒ Object
-
#initialize ⇒ QuarkClient
constructor
A new instance of QuarkClient.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkClient
Returns a new instance of QuarkClient.
9154 9155 9156 9157 9158 9159 9160 9161 9162 9163 9164 |
# File 'lib/datawire_mdk_md.rb', line 9154 def initialize() super("quark.Client") (self).name = "quark.Client" (self).parameters = ::DatawireQuarkCore::List.new([]) (self).fields = ::DatawireQuarkCore::List.new([::Quark.quark.reflect.Field.new("quark.Logger", "logger"), ::Quark.quark.reflect.Field.new("quark.Resolver", "resolver"), ::Quark.quark.reflect.Field.new("quark.String", "serviceName"), ::Quark.quark.reflect.Field.new("quark.float", "_timeout"), ::Quark.quark.reflect.Field.new("quark.int", "_failureLimit"), ::Quark.quark.reflect.Field.new("quark.float", "_retestDelay"), ::Quark.quark.reflect.Field.new("quark.concurrent.Lock", "mutex"), ::Quark.quark.reflect.Field.new("quark.Map<quark.String,quark.ServiceInstance>", "instanceMap"), ::Quark.quark.reflect.Field.new("quark.int", "counter")]) (self).methods = ::DatawireQuarkCore::List.new([]) (self).parents = ::DatawireQuarkCore::List.new(["quark.Object"]) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
9204 9205 9206 9207 9208 9209 |
# File 'lib/datawire_mdk_md.rb', line 9204 def __init_fields__() super nil end |
#_getClass ⇒ Object
9183 9184 9185 9186 9187 9188 |
# File 'lib/datawire_mdk_md.rb', line 9183 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
9190 9191 9192 9193 9194 9195 |
# File 'lib/datawire_mdk_md.rb', line 9190 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
9197 9198 9199 9200 9201 9202 |
# File 'lib/datawire_mdk_md.rb', line 9197 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
9169 9170 9171 9172 9173 9174 |
# File 'lib/datawire_mdk_md.rb', line 9169 def construct(args) return ::Quark.quark.Client.new(::DatawireQuarkCore.cast((args)[0]) { ::String }) nil end |
#isAbstract ⇒ Object
9176 9177 9178 9179 9180 9181 |
# File 'lib/datawire_mdk_md.rb', line 9176 def isAbstract() return false nil end |