|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.infinispan.query.clustered.ClusteredQueryInvoker
public class ClusteredQueryInvoker
Invoke a CusteredQueryCommand on the cluster, including on own node.
Method Summary | |
---|---|
List<QueryResponse> |
broadcast(ClusteredQueryCommand clusteredQuery)
Broadcast this ClusteredQueryCommand to all cluster nodes. |
Object |
getValue(int doc,
Address address,
UUID queryId)
Retrieves the value (using doc index) in a remote query instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Object getValue(int doc, Address address, UUID queryId)
doc
- Doc index of the value on remote queryaddress
- Address of the node who has the valuequeryId
- Id of the query
public List<QueryResponse> broadcast(ClusteredQueryCommand clusteredQuery)
clusteredQuery
-
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |