com.hazelcast.query
Class QueryContext
java.lang.Object
  
com.hazelcast.query.QueryContext
public class QueryContext
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
QueryContext
public QueryContext(String mapName,
                    Predicate predicate,
                    MapIndexService mapIndexService)
isStrong
public boolean isStrong()
 
setStrong
public void setStrong(boolean strong)
 
getPredicate
public Predicate getPredicate()
 
getMapIndexes
public Map<Expression,Index> getMapIndexes()
 
getMapIndexService
public MapIndexService getMapIndexService()
 
Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.