org.infinispan.query.clustered.commandworkers
Class CQCreateEagerQuery

java.lang.Object
  extended by org.infinispan.query.clustered.commandworkers.ClusteredQueryCommandWorker
      extended by org.infinispan.query.clustered.commandworkers.CQCreateEagerQuery

public class CQCreateEagerQuery
extends ClusteredQueryCommandWorker

CQCreateEagerQuery. Returns the results of a node to create a eager distributed iterator.

Since:
5.1
Author:
Israel Lacerra

Field Summary
 
Fields inherited from class org.infinispan.query.clustered.commandworkers.ClusteredQueryCommandWorker
cache, docIndex, lazyQueryId, query
 
Constructor Summary
CQCreateEagerQuery()
           
 
Method Summary
 QueryResponse perform()
           
 
Methods inherited from class org.infinispan.query.clustered.commandworkers.ClusteredQueryCommandWorker
getQueryBox, getSearchFactory, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CQCreateEagerQuery

public CQCreateEagerQuery()
Method Detail

perform

public QueryResponse perform()
Specified by:
perform in class ClusteredQueryCommandWorker

-->

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