Class QueryContext
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.QueryContext
-
public final class QueryContext extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryContextof(Object... params)<C> Cunwrap(Class<C> aClass)Finds an instance of an interface implemented by this object, or returns null if this object does not support that interface.
-
-
-
Method Detail
-
unwrap
public <C> C unwrap(Class<C> aClass)
Finds an instance of an interface implemented by this object, or returns null if this object does not support that interface.
-
of
public static QueryContext of(Object... params)
- Parameters:
params- Context parameters.- Returns:
- Query context.
-
-