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.
9277 9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 |
# File 'lib/datawire_mdk_md.rb', line 9277 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
9327 9328 9329 9330 9331 9332 |
# File 'lib/datawire_mdk_md.rb', line 9327 def __init_fields__() super nil end |
#_getClass ⇒ Object
9306 9307 9308 9309 9310 9311 |
# File 'lib/datawire_mdk_md.rb', line 9306 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
9313 9314 9315 9316 9317 9318 |
# File 'lib/datawire_mdk_md.rb', line 9313 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
9320 9321 9322 9323 9324 9325 |
# File 'lib/datawire_mdk_md.rb', line 9320 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
9292 9293 9294 9295 9296 9297 |
# File 'lib/datawire_mdk_md.rb', line 9292 def construct(args) return ::Quark.quark.Client.new(::DatawireQuarkCore.cast((args)[0]) { ::String }) nil end |
#isAbstract ⇒ Object
9299 9300 9301 9302 9303 9304 |
# File 'lib/datawire_mdk_md.rb', line 9299 def isAbstract() return false nil end |