public Object perform(InvocationContext context) throws Throwable {
return perform(cache);
}
public QueryResponse perform(Cache<?, ?> cache) {
ClusteredQueryCommandWorker worker = commandType.getCommand(cache, query, lazyQueryId, docIndex);
return worker.perform();
}