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.
9208 9209 9210 9211 9212 9213 9214 9215 9216 9217 9218 |
# File 'lib/datawire_mdk_md.rb', line 9208 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
9258 9259 9260 9261 9262 9263 |
# File 'lib/datawire_mdk_md.rb', line 9258 def __init_fields__() super nil end |
#_getClass ⇒ Object
9237 9238 9239 9240 9241 9242 |
# File 'lib/datawire_mdk_md.rb', line 9237 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
9244 9245 9246 9247 9248 9249 |
# File 'lib/datawire_mdk_md.rb', line 9244 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
9251 9252 9253 9254 9255 9256 |
# File 'lib/datawire_mdk_md.rb', line 9251 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
9223 9224 9225 9226 9227 9228 |
# File 'lib/datawire_mdk_md.rb', line 9223 def construct(args) return ::Quark.quark.Client.new(::DatawireQuarkCore.cast((args)[0]) { ::String }) nil end |
#isAbstract ⇒ Object
9230 9231 9232 9233 9234 9235 |
# File 'lib/datawire_mdk_md.rb', line 9230 def isAbstract() return false nil end |