use of com.hazelcast.map.impl.querycache.NodeQueryCacheContext in project hazelcast by hazelcast.
the class QueryCacheUtilTest method setUp.
@Before
public void setUp() {
HazelcastInstance instance = createHazelcastInstance();
MapService mapService = getNodeEngineImpl(instance).getService(MapService.SERVICE_NAME);
context = new NodeQueryCacheContext(mapService.getMapServiceContext());
}
Aggregations