Uses of Interface
org.apache.ignite.internal.processors.query.QueryEngine
-
Packages that use QueryEngine Package Description org.apache.ignite.internal.processors.query -
-
Uses of QueryEngine in org.apache.ignite.internal.processors.query
Subinterfaces of QueryEngine in org.apache.ignite.internal.processors.query Modifier and Type Interface Description interfaceIndexingQueryEngineMarker interface for Indexing-backed query engine (indexing implementation will be used instead of query engine).Classes in org.apache.ignite.internal.processors.query that implement QueryEngine Modifier and Type Class Description classNoOpQueryEngineNo op implementation.Methods in org.apache.ignite.internal.processors.query that return types with arguments of type QueryEngine Modifier and Type Method Description Class<? extends QueryEngine>QueryEngineConfigurationEx. engineClass()Query engine class.
-