com.hazelcast.query.impl
Class QueryContext

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

public class QueryContext
extends Object

Provides the context of Query.


Constructor Summary
QueryContext(IndexService indexService)
           
 
Method Summary
 Index getIndex(String attributeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryContext

public QueryContext(IndexService indexService)
Method Detail

getIndex

public Index getIndex(String attributeName)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.