Module: IceGrid::QueryPrx_mixin
- Included in:
- QueryPrx
- Defined in:
- lib/IceGrid/Query.rb
Instance Method Summary collapse
- #findAllObjectsByType(type, _ctx = nil) ⇒ Object
- #findAllReplicas(proxy, _ctx = nil) ⇒ Object
- #findObjectById(id, _ctx = nil) ⇒ Object
- #findObjectByType(type, _ctx = nil) ⇒ Object
- #findObjectByTypeOnLeastLoadedNode(type, sample, _ctx = nil) ⇒ Object
Instance Method Details
#findAllObjectsByType(type, _ctx = nil) ⇒ Object
129 130 131 |
# File 'lib/IceGrid/Query.rb', line 129 def findAllObjectsByType(type, _ctx=nil) Query_mixin::OP_findAllObjectsByType.invoke(self, [type], _ctx) end |
#findAllReplicas(proxy, _ctx = nil) ⇒ Object
133 134 135 |
# File 'lib/IceGrid/Query.rb', line 133 def findAllReplicas(proxy, _ctx=nil) Query_mixin::OP_findAllReplicas.invoke(self, [proxy], _ctx) end |
#findObjectById(id, _ctx = nil) ⇒ Object
117 118 119 |
# File 'lib/IceGrid/Query.rb', line 117 def findObjectById(id, _ctx=nil) Query_mixin::OP_findObjectById.invoke(self, [id], _ctx) end |
#findObjectByType(type, _ctx = nil) ⇒ Object
121 122 123 |
# File 'lib/IceGrid/Query.rb', line 121 def findObjectByType(type, _ctx=nil) Query_mixin::OP_findObjectByType.invoke(self, [type], _ctx) end |
#findObjectByTypeOnLeastLoadedNode(type, sample, _ctx = nil) ⇒ Object
125 126 127 |
# File 'lib/IceGrid/Query.rb', line 125 def findObjectByTypeOnLeastLoadedNode(type, sample, _ctx=nil) Query_mixin::OP_findObjectByTypeOnLeastLoadedNode.invoke(self, [type, sample], _ctx) end |