public class ClusteredQueryInvoker extends Object
| Modifier and Type | Method and Description |
|---|---|
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
|
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 querypublic List<QueryResponse> broadcast(ClusteredQueryCommand clusteredQuery)
clusteredQuery - Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.