Uses of Interface
com.tangosol.coherence.dslquery.QueryPlus.Dependencies
- 
Packages that use QueryPlus.Dependencies Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool. - 
- 
Uses of QueryPlus.Dependencies in com.tangosol.coherence.dslquery
Classes in com.tangosol.coherence.dslquery that implement QueryPlus.Dependencies Modifier and Type Class Description static classQueryPlus.DefaultDependenciesA default implementation ofQueryPlus.Dependencies.Fields in com.tangosol.coherence.dslquery declared as QueryPlus.Dependencies Modifier and Type Field Description protected QueryPlus.DependenciesQueryPlus. f_dependenciesTheQueryPlus.Dependenciesconfiguring this query session.Methods in com.tangosol.coherence.dslquery that return QueryPlus.Dependencies Modifier and Type Method Description static QueryPlus.DependenciesQueryPlus.DependenciesHelper. newInstance(PrintWriter writer, InputStream inputStream, CoherenceQueryLanguage language, String[] asArgs)Create a new instance ofQueryPlus.Dependencies.Constructors in com.tangosol.coherence.dslquery with parameters of type QueryPlus.Dependencies Constructor Description QueryPlus(QueryPlus.Dependencies dependencies)Create a QueryPlus instance that uses the specifiedQueryPlus.Dependencies. 
 -