com.hazelcast.query
Class QueryContext

java.lang.Object
  extended by com.hazelcast.query.QueryContext

public class QueryContext
extends Object


Constructor Summary
QueryContext(String mapName, Predicate predicate, MapIndexService mapIndexService)
           
 
Method Summary
 Map<Expression,Index> getMapIndexes()
           
 MapIndexService getMapIndexService()
           
 Predicate getPredicate()
           
 boolean isStrong()
           
 void setStrong(boolean strong)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryContext

public QueryContext(String mapName,
                    Predicate predicate,
                    MapIndexService mapIndexService)
Method Detail

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.