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.
11918 11919 11920 11921 11922 11923 |
# File 'lib/datawire_mdk_md.rb', line 11918 def initialize() super("quark.int", "size", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
11957 11958 11959 11960 11961 11962 |
# File 'lib/datawire_mdk_md.rb', line 11957 def __init_fields__() super nil end |
#_getClass ⇒ Object
11936 11937 11938 11939 11940 11941 |
# File 'lib/datawire_mdk_md.rb', line 11936 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
11943 11944 11945 11946 11947 11948 |
# File 'lib/datawire_mdk_md.rb', line 11943 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
11950 11951 11952 11953 11954 11955 |
# File 'lib/datawire_mdk_md.rb', line 11950 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
11928 11929 11930 11931 11932 11933 11934 |
# File 'lib/datawire_mdk_md.rb', line 11928 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.Queue } return obj.size() nil end |