Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.query.clustered.ClusteredQueryCommand

Packages that use ClusteredQueryCommand
org.infinispan.query.clustered   
 

Uses of ClusteredQueryCommand in org.infinispan.query.clustered
 

Methods in org.infinispan.query.clustered that return ClusteredQueryCommand
static ClusteredQueryCommand ClusteredQueryCommand.createEagerIterator(org.hibernate.search.query.engine.spi.HSQuery query, Cache<?,?> cache)
           
static ClusteredQueryCommand ClusteredQueryCommand.createLazyIterator(org.hibernate.search.query.engine.spi.HSQuery query, Cache<?,?> cache, UUID id)
           
static ClusteredQueryCommand ClusteredQueryCommand.destroyLazyQuery(Cache<?,?> cache, UUID id)
           
static ClusteredQueryCommand ClusteredQueryCommand.getResultSize(org.hibernate.search.query.engine.spi.HSQuery query, Cache<?,?> cache)
           
static ClusteredQueryCommand ClusteredQueryCommand.retrieveKeyFromLazyQuery(Cache<?,?> cache, UUID id, int docIndex)
           
 

Methods in org.infinispan.query.clustered with parameters of type ClusteredQueryCommand
 List<QueryResponse> ClusteredQueryInvoker.broadcast(ClusteredQueryCommand clusteredQuery)
          Broadcast this ClusteredQueryCommand to all cluster nodes.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.