| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.query | |
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.visor.query |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable GridCacheQueryType |
GridCacheQueryType.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
GridCacheQueryType |
GridCacheQueryDetailMetricsKey.getQueryType() |
GridCacheQueryType |
GridCacheQueryAdapter.type() |
GridCacheQueryType |
GridCacheQueryManager.QueryResult.type() |
GridCacheQueryType |
GridCacheQueryRequest.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) |
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,
int limit,
boolean incMeta,
boolean keepBinary,
UUID subjId,
int taskHash,
MvccSnapshot mvccSnapshot,
Boolean dataPageScanEnabled) |
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) |
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.
|
GridCacheQueryRequest(int cacheId,
long id,
String cacheName,
GridCacheQueryType type,
boolean fields,
String clause,
int limit,
String clsName,
IgniteBiPredicate<Object,Object> keyValFilter,
@Nullable Integer part,
IgniteReducer<Object,Object> rdc,
IgniteClosure<?,?> trans,
int pageSize,
boolean incBackups,
Object[] args,
boolean incMeta,
boolean keepBinary,
UUID subjId,
int taskHash,
AffinityTopologyVersion topVer,
MvccSnapshot mvccSnapshot,
boolean addDepInfo,
Boolean dataPageScanEnabled) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheQueryType |
GridRunningQueryInfo.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)
Register running query.
|
| Constructor and Description |
|---|
GridRunningQueryInfo(long id,
UUID nodeId,
String qry,
GridCacheQueryType qryType,
String schemaName,
long startTime,
GridQueryCancel cancel,
boolean loc)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheQueryType |
VisorRunningQuery.getQueryType() |
| Constructor and Description |
|---|
VisorRunningQuery(long id,
String qry,
GridCacheQueryType qryType,
String schemaName,
long startTime,
long duration,
boolean cancellable,
boolean loc)
Construct data transfer object for running query information.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020