com.hazelcast.query
Class QueryContext

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

public class QueryContext
extends java.lang.Object


Constructor Summary
QueryContext(java.lang.String mapName, Predicate predicate, MapIndexService mapIndexService)
           
 
Method Summary
 java.util.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(java.lang.String mapName,
                    Predicate predicate,
                    MapIndexService mapIndexService)
Method Detail

isStrong

public boolean isStrong()

setStrong

public void setStrong(boolean strong)

getPredicate

public Predicate getPredicate()

getMapIndexes

public java.util.Map<Expression,Index> getMapIndexes()

getMapIndexService

public MapIndexService getMapIndexService()


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.