Package com.tangosol.util
Interface QueryContext
- 
public interface QueryContextThe QueryContext provides an execution context to server-side agents during query execution.- Since:
 - Coherence 3.7.1
 - Author:
 - tb 2011.05.26
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackingMapContextgetBackingMapContext()Return the correspondingBackingMapContext. 
 - 
 
- 
- 
Method Detail
- 
getBackingMapContext
BackingMapContext getBackingMapContext()
Return the correspondingBackingMapContext.- Returns:
 - the backing map context
 
 
 - 
 
 -