Class: Quark::DatawireMdkMd::QuarkConcurrentQueueQuarkConcurrentEventSizeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkConcurrentQueueQuarkConcurrentEventSizeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkConcurrentQueueQuarkConcurrentEventSizeMethod
constructor
A new instance of QuarkConcurrentQueueQuarkConcurrentEventSizeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkConcurrentQueueQuarkConcurrentEventSizeMethod
Returns a new instance of QuarkConcurrentQueueQuarkConcurrentEventSizeMethod.
11849 11850 11851 11852 11853 11854 |
# File 'lib/datawire_mdk_md.rb', line 11849 def initialize() super("quark.int", "size", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
11888 11889 11890 11891 11892 11893 |
# File 'lib/datawire_mdk_md.rb', line 11888 def __init_fields__() super nil end |
#_getClass ⇒ Object
11867 11868 11869 11870 11871 11872 |
# File 'lib/datawire_mdk_md.rb', line 11867 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
11874 11875 11876 11877 11878 11879 |
# File 'lib/datawire_mdk_md.rb', line 11874 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
11881 11882 11883 11884 11885 11886 |
# File 'lib/datawire_mdk_md.rb', line 11881 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
11859 11860 11861 11862 11863 11864 11865 |
# File 'lib/datawire_mdk_md.rb', line 11859 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.Queue } return obj.size() nil end |