| Modifier and Type | Method and Description |
|---|---|
static @Nullable GridCacheQueryType |
GridCacheQueryType.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
GridCacheQueryType |
GridCacheQueryDetailMetricsKey.getQueryType() |
GridCacheQueryType |
GridCacheQueryManager.QueryResult.type() |
GridCacheQueryType |
GridCacheQueryRequest.type() |
GridCacheQueryType |
GridCacheQueryAdapter.type() |
static GridCacheQueryType |
GridCacheQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheQueryType[] |
GridCacheQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheQueryManager.collectMetrics(GridCacheQueryType qryType,
String qry,
long startTime,
long duration,
boolean failed) |
| Constructor and Description |
|---|
GridCacheQueryAdapter(GridCacheContext<?,?> cctx,
GridCacheQueryType type,
@Nullable IgniteBiPredicate<Object,Object> filter,
@Nullable IgniteClosure<Map.Entry,Object> transform,
@Nullable Integer part,
boolean keepBinary,
boolean forceLocal,
Boolean dataPageScanEnabled)
Cache query adapter for SCAN query.
|
GridCacheQueryAdapter(GridCacheContext<?,?> cctx,
GridCacheQueryType type,
IgniteLogger log,
int pageSize,
long timeout,
boolean incBackups,
boolean dedup,
ClusterGroup prj,
IgniteBiPredicate<Object,Object> filter,
@Nullable Integer part,
@Nullable String clsName,
String clause,
IndexQueryDesc idxQryDesc,
int limit,
boolean incMeta,
boolean keepBinary,
int taskHash,
MvccSnapshot mvccSnapshot,
Boolean dataPageScanEnabled)
Cache query adapter for local query processing.
|
GridCacheQueryAdapter(GridCacheContext<?,?> cctx,
GridCacheQueryType type,
IndexQueryDesc idxQryDesc,
@Nullable Integer part,
@Nullable String clsName,
@Nullable IgniteBiPredicate<Object,Object> filter)
Cache query adapter for INDEX query.
|
GridCacheQueryAdapter(GridCacheContext<?,?> cctx,
GridCacheQueryType type,
@Nullable String clsName,
@Nullable String clause,
@Nullable IgniteBiPredicate<Object,Object> filter,
@Nullable Integer part,
boolean incMeta,
boolean keepBinary,
Boolean dataPageScanEnabled)
Cache query adapter for SET, SPI, TEXT queries.
|
GridCacheQueryDetailMetricsAdapter(GridCacheQueryType qryType,
String qry,
String cache,
int execs,
int completions,
int failures,
long minTime,
long maxTime,
long totalTime,
long lastStartTime,
GridCacheQueryDetailMetricsKey key)
Copy constructor.
|
GridCacheQueryDetailMetricsAdapter(GridCacheQueryType qryType,
String qry,
String cache,
long startTime,
long duration,
boolean failed)
Constructor with metrics.
|
GridCacheQueryDetailMetricsKey(GridCacheQueryType qryType,
String qry)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceStatisticsProcessor.query(GridCacheQueryType type,
String text,
long id,
long startTime,
long duration,
boolean success) |
void |
FilePerformanceStatisticsWriter.query(GridCacheQueryType type,
String text,
long id,
long startTime,
long duration,
boolean success) |
void |
PerformanceStatisticsHandler.query(UUID nodeId,
GridCacheQueryType type,
String text,
long id,
long startTime,
long duration,
boolean success) |
void |
PerformanceStatisticsProcessor.queryReads(GridCacheQueryType type,
UUID queryNodeId,
long id,
long logicalReads,
long physicalReads) |
void |
FilePerformanceStatisticsWriter.queryReads(GridCacheQueryType type,
UUID queryNodeId,
long id,
long logicalReads,
long physicalReads) |
void |
PerformanceStatisticsHandler.queryReads(UUID nodeId,
GridCacheQueryType type,
UUID queryNodeId,
long id,
long logicalReads,
long physicalReads) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheQueryType |
GridQueryFinishedInfo.queryType() |
GridCacheQueryType |
GridRunningQueryInfo.queryType() |
GridCacheQueryType |
GridQueryStartedInfo.queryType() |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
GridQueryProcessor.executeQuery(GridCacheQueryType qryType,
String qry,
@Nullable GridCacheContext<?,?> cctx,
IgniteOutClosureX<R> clo,
boolean complete) |
List<FieldsQueryCursor<List<?>>> |
GridQueryProcessor.querySqlFields(@Nullable GridCacheContext<?,?> cctx,
SqlFieldsQuery qry,
SqlClientContext cliCtx,
boolean keepBinary,
boolean failOnMultipleStmts,
GridCacheQueryType qryType,
@Nullable GridQueryCancel cancel)
Query SQL fields.
|
long |
RunningQueryManager.register(String qry,
GridCacheQueryType qryType,
String schemaName,
boolean loc,
@Nullable GridQueryCancel cancel,
String qryInitiatorId,
boolean enforceJoinOrder,
boolean lazy,
boolean distributedJoins)
Registers running query and returns an id associated with the query.
|
| Constructor and Description |
|---|
GridQueryFinishedInfo(Long id,
UUID nodeId,
String qry,
GridCacheQueryType qryType,
String schemaName,
long startTime,
long finishTime,
boolean loc,
boolean enforceJoinOrder,
boolean lazy,
boolean distributedJoins,
boolean failed,
@Nullable Throwable failReason,
String qryInitiatorId)
Constructor.
|
GridQueryStartedInfo(Long id,
UUID nodeId,
String qry,
GridCacheQueryType qryType,
String schemaName,
long startTime,
boolean cancellable,
boolean loc,
boolean enforceJoinOrder,
boolean lazy,
boolean distributedJoins,
String qryInitiatorId)
Constructor.
|
GridRunningQueryInfo(long id,
UUID nodeId,
String qry,
GridCacheQueryType qryType,
String schemaName,
long startTime,
long startTimeNanos,
GridQueryCancel cancel,
boolean loc,
String qryInitiatorId,
boolean enforceJoinOrder,
boolean lazy,
boolean distributedJoins,
UUID subjId)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023