Uses of Class
org.apache.ignite.internal.processors.cache.query.GridCacheQueryType
-
-
Uses of GridCacheQueryType in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query that return GridCacheQueryType Modifier and Type Method Description static @Nullable GridCacheQueryTypeGridCacheQueryType. fromOrdinal(byte ord)Efficiently gets enumerated value from its ordinal.GridCacheQueryTypeGridCacheQueryDetailMetricsKey. getQueryType()GridCacheQueryTypeCacheQuery. type()GridCacheQueryTypeGridCacheQueryManager.QueryResult. type()GridCacheQueryTypeGridCacheQueryRequest. type()static GridCacheQueryTypeGridCacheQueryType. 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.Methods in org.apache.ignite.internal.processors.cache.query with parameters of type GridCacheQueryType Modifier and Type Method Description voidGridCacheQueryManager. collectMetrics(GridCacheQueryType qryType, String qry, long startTime, long duration, boolean failed)Constructors in org.apache.ignite.internal.processors.cache.query with parameters of type GridCacheQueryType Constructor Description CacheQuery(GridCacheContext<?,?> cctx, GridCacheQueryType type, @Nullable String clsName, @Nullable String clause, @Nullable IgniteBiPredicate<Object,Object> filter, @Nullable Integer part, boolean incMeta, boolean keepBinary, Boolean dataPageScanEnabled, IndexQueryDesc idxQryDesc, @Nullable Collection<KeyCacheObject> skipKeys)Cache query adapter for SET, SPI, TEXT queries.CacheQuery(GridCacheContext<?,?> cctx, GridCacheQueryType type, @Nullable IgniteBiPredicate<Object,Object> filter, @Nullable IgniteClosure<Map.Entry,Object> transform, @Nullable Integer part, boolean keepBinary, boolean forceLocal, Boolean dataPageScanEnabled, @Nullable Set<KeyCacheObject> skipKeys)Cache query adapter for SCAN query.CacheQuery(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, Boolean dataPageScanEnabled, @Nullable Collection<KeyCacheObject> skipKeys)Cache query adapter for local query processing.CacheQuery(GridCacheContext<?,?> cctx, GridCacheQueryType type, IndexQueryDesc idxQryDesc, @Nullable Integer part, @Nullable String clsName, @Nullable IgniteBiPredicate<Object,Object> filter)Cache query adapter for INDEX query.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. -
Uses of GridCacheQueryType in org.apache.ignite.internal.processors.performancestatistics
Methods in org.apache.ignite.internal.processors.performancestatistics with parameters of type GridCacheQueryType Modifier and Type Method Description voidFilePerformanceStatisticsWriter. query(GridCacheQueryType type, String text, long id, long startTime, long duration, boolean success)voidPerformanceStatisticsHandler. query(UUID nodeId, GridCacheQueryType type, String text, long id, long startTime, long duration, boolean success)voidPerformanceStatisticsProcessor. query(GridCacheQueryType type, String text, long id, long startTime, long duration, boolean success)voidFilePerformanceStatisticsWriter. queryProperty(GridCacheQueryType type, UUID qryNodeId, long id, String name, String val)voidPerformanceStatisticsHandler. queryProperty(UUID nodeId, GridCacheQueryType type, UUID qryNodeId, long id, String name, String val)Custom query property.voidPerformanceStatisticsProcessor. queryProperty(GridCacheQueryType type, UUID qryNodeId, long id, String name, String val)voidFilePerformanceStatisticsWriter. queryReads(GridCacheQueryType type, UUID queryNodeId, long id, long logicalReads, long physicalReads)voidPerformanceStatisticsHandler. queryReads(UUID nodeId, GridCacheQueryType type, UUID queryNodeId, long id, long logicalReads, long physicalReads)voidPerformanceStatisticsProcessor. queryReads(GridCacheQueryType type, UUID queryNodeId, long id, long logicalReads, long physicalReads)voidFilePerformanceStatisticsWriter. queryRows(GridCacheQueryType type, UUID qryNodeId, long id, String action, long rows)voidPerformanceStatisticsHandler. queryRows(UUID nodeId, GridCacheQueryType type, UUID qryNodeId, long id, String action, long rows)Count of rows processed by query.voidPerformanceStatisticsProcessor. queryRowsProcessed(GridCacheQueryType type, UUID qryNodeId, long id, String action, long rows) -
Uses of GridCacheQueryType in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return GridCacheQueryType Modifier and Type Method Description GridCacheQueryTypeGridQueryFinishedInfo. queryType()GridCacheQueryTypeGridQueryStartedInfo. queryType()Methods in org.apache.ignite.internal.processors.query with parameters of type GridCacheQueryType Modifier and Type Method Description <R> RGridQueryProcessor. 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.Constructors in org.apache.ignite.internal.processors.query with parameters of type GridCacheQueryType Constructor 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. -
Uses of GridCacheQueryType in org.apache.ignite.internal.processors.query.running
Methods in org.apache.ignite.internal.processors.query.running that return GridCacheQueryType Modifier and Type Method Description GridCacheQueryTypeGridRunningQueryInfo. queryType()Methods in org.apache.ignite.internal.processors.query.running with parameters of type GridCacheQueryType Modifier and Type Method Description longRunningQueryManager. 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.Constructors in org.apache.ignite.internal.processors.query.running with parameters of type GridCacheQueryType Constructor Description 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.
-