public interface QueryEngine extends GridProcessor
GridComponent.DiscoveryDataExchangeType| Modifier and Type | Method and Description |
|---|---|
List<List<GridQueryFieldMetadata>> |
parameterMetaData(@Nullable QueryContext ctx,
String schemaName,
String qry) |
List<FieldsQueryCursor<List<?>>> |
query(@Nullable QueryContext ctx,
String schemaName,
String qry,
Object... params) |
List<FieldsQueryCursor<List<?>>> |
queryBatched(@Nullable QueryContext ctx,
String schemaName,
String qry,
List<Object[]> batchedParams) |
List<List<GridQueryFieldMetadata>> |
resultSetMetaData(@Nullable QueryContext ctx,
String schemaName,
String qry) |
Collection<? extends RunningQuery> |
runningQueries() |
RunningQuery |
runningQuery(UUID id) |
collectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, validateNode, validateNodeList<FieldsQueryCursor<List<?>>> query(@Nullable @Nullable QueryContext ctx, String schemaName, String qry, Object... params) throws IgniteSQLException
ctx - Query context, may be null.schemaName - Schema name.qry - Query.params - Optional query parameters.qry.IgniteSQLException - If failed.List<List<GridQueryFieldMetadata>> parameterMetaData(@Nullable @Nullable QueryContext ctx, String schemaName, String qry) throws IgniteSQLException
ctx - Query context, may be null.schemaName - Schema name.qry - Query.qry.IgniteSQLException - If failed.List<List<GridQueryFieldMetadata>> resultSetMetaData(@Nullable @Nullable QueryContext ctx, String schemaName, String qry) throws IgniteSQLException
ctx - Query context, may be null.schemaName - Schema name.qry - Query.qry.IgniteSQLException - If failed.List<FieldsQueryCursor<List<?>>> queryBatched(@Nullable @Nullable QueryContext ctx, String schemaName, String qry, List<Object[]> batchedParams) throws IgniteSQLException
ctx - Query context, may be null.schemaName - Schema name.qry - Query.batchedParams - Optional query parameters.batchedParams.IgniteSQLException - If failed.Collection<? extends RunningQuery> runningQueries()
RunningQuery runningQuery(UUID id)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023