Uses of Interface
com.activeviam.tech.core.api.query.IQuery
Packages that use IQuery
Package
Description
-
Uses of IQuery in com.activeviam.activepivot.core.intf.api.cube
Methods in com.activeviam.activepivot.core.intf.api.cube with parameters of type IQueryModifier and TypeMethodDescription<ResultT> CompletionStage<ResultT> IActivePivotVersion.executeAsync(IQuery<ResultT> query) Asynchronously executes the givenquery. -
Uses of IQuery in com.activeviam.activepivot.core.intf.api.query
Subinterfaces of IQuery in com.activeviam.activepivot.core.intf.api.queryModifier and TypeInterfaceDescriptioninterfaceInterface forqueriescontaining contextual information stored in a list ofcontext value.interfaceThis query aims to retrieve all the aggregates defined by a set of locations and measures.interfaceSugar forIGetAggregatesQueryrelying on a collection of maps of coordinates instead of a collection ofILocation.interfaceIMapQuery<T>Base interface for queries based on a map of coordinates instead ofILocation.interfaceIStringQuery<R>Constructors in com.activeviam.activepivot.core.intf.api.query with parameters of type IQueryModifierConstructorDescriptionQueryExecutionException(IQuery<?> query) Constructor without cause.QueryExecutionException(IQuery<?> query, Throwable t) Constructor with cause. -
Uses of IQuery in com.activeviam.activepivot.core.intf.api.query.drillthrough
Subinterfaces of IQuery in com.activeviam.activepivot.core.intf.api.query.drillthroughModifier and TypeInterfaceDescriptioninterfaceA drillthrough headers query returns the list ofIDrillthroughHeadercorresponding to each column of aIDrillthroughQuery.interfaceA drillthrough query returns all the facts (represented byIDrillthroughRow) contains into a range of selected locations.interfaceSugar forIDrillthroughQueryrelying on a collection of maps of coordinates instead of a collection ofILocation.Classes in com.activeviam.activepivot.core.intf.api.query.drillthrough that implement IQuery -
Uses of IQuery in com.activeviam.activepivot.server.impl.api.query
Classes in com.activeviam.activepivot.server.impl.api.query that implement IQueryModifier and TypeClassDescriptionfinal classDTO class representing an MDX drillthrough headers query.final classDTO class representing an MDX drillthrough query.final classDTO class representing an MDX query. -
Uses of IQuery in com.activeviam.activepivot.server.intf.api.query
Subinterfaces of IQuery in com.activeviam.activepivot.server.intf.api.queryModifier and TypeInterfaceDescriptioninterfaceA mdx drillthrough headers query returns the list ofIDrillthroughHeadercorresponding to each column of aIMDXDrillthroughQuery.interfaceMDX Query defined by an MDX string and some optional context values.interfaceMDX Query defined by an MDX string and some optional context values. -
Uses of IQuery in com.activeviam.tech.core.api.exceptions
Constructors in com.activeviam.tech.core.api.exceptions with parameters of type IQueryModifierConstructorDescriptionQueryCancellationException(IQuery<?> query) Constructor without cause.QueryCancellationException(IQuery<?> query, String reason) QueryCancellationException(IQuery<?> query, Throwable t) Constructor with cause.QueryInterruptionException(IQuery<?> query, InterruptedException e) Constructor.QueryTimeoutException(IQuery<?> query, int timeout) Constructor.QueryTimeoutException(IQuery<?> query, int timeout, Throwable cause) Constructor with a cause. -
Uses of IQuery in com.activeviam.tech.core.api.query
Subinterfaces of IQuery in com.activeviam.tech.core.api.queryModifier and TypeInterfaceDescriptioninterfaceIListQuery<T>Class representing a query returning a list.Methods in com.activeviam.tech.core.api.query that return IQueryModifier and TypeMethodDescriptionIQuery<?> QueryException.getQuery()Get the query that caused the exception.Methods in com.activeviam.tech.core.api.query with parameters of type IQueryModifier and TypeMethodDescription<ResultT> ResultTExecutes a query with an ordered list of parameter values.Constructors in com.activeviam.tech.core.api.query with parameters of type IQueryModifierConstructorDescriptionQueryException(IQuery<?> query) Constructor Build an exception with thequery.toString() as message.QueryException(IQuery<?> query, boolean appendQueryToMessage, String message) Constructor.QueryException(IQuery<?> query, boolean appendQueryToMessage, String messageKey, Object... parameters) Constructor.QueryException(IQuery<?> query, boolean appendQueryToMessage, String message, Throwable cause) Constructor.QueryException(IQuery<?> query, boolean appendQueryToMessage, Throwable t) Constructor.QueryException(IQuery<?> query, boolean appendQueryToMessage, Throwable exception, String messageKey, Object... parameters) Constructor.QueryException(IQuery<?> query, String message) Constructor Build an exception with thequery.toString() appended to themessage.QueryException(IQuery<?> query, String template, Object... parameters) Constructor.QueryException(IQuery<?> query, String message, Throwable cause) Constructor Build an exception with thequery.toString() appended to themessageandcauseas cause.QueryException(IQuery<?> query, Throwable t) Constructor Build an exception with thequery.toString() as message andtas cause.QueryException(IQuery<?> query, Throwable exception, String template, Object... parameters) Constructor Build an exception with thequery.toString() appended to the message with the giventemplateandparameters.UnsupportedQueryException(IQuery<?> query) Constructor.UnsupportedQueryException(IQuery<?> query, String message) Constructor.UnsupportedQueryException(IQuery<?> query, String messageKey, Object... parameters) Constructor.UnsupportedQueryException(IQuery<?> query, String message, Throwable cause) Constructor.UnsupportedQueryException(IQuery<?> query, Throwable exception, String messageKey, Object... parameters) Constructor. -
Uses of IQuery in com.activeviam.tech.core.api.query.impl
Classes in com.activeviam.tech.core.api.query.impl that implement IQuery -
Uses of IQuery in com.activeviam.tech.core.api.query.realtime
Methods in com.activeviam.tech.core.api.query.realtime that return IQueryModifier and TypeMethodDescriptionIContinuousQuery.getQuery()Returns the query that is used to provide the objects from the source.Methods in com.activeviam.tech.core.api.query.realtime with parameters of type IQueryModifier and TypeMethodDescriptiondefault <ResultT,UpdateT extends IContinuousQueryUpdate<ResultT>>
IContinuousQuery<ResultT, UpdateT> IContinuouslyQueryable.registerContinuousQuery(String queryName, IQuery<ResultT> query, Properties properties, Collection<? extends IContinuousQueryListener<ResultT, UpdateT>> listeners) Creates and registers acontinuous querybased on the givenIQuery.<ResultT,UpdateT extends IContinuousQueryUpdate<ResultT>>
IContinuousQuery<ResultT, UpdateT> IContinuouslyQueryable.registerContinuousQuery(String queryName, IQuery<ResultT> query, Properties properties, Collection<? extends IContinuousQueryListener<ResultT, UpdateT>> listeners, Predicate<Object> unchangedStructureChecker) Creates and registers acontinuous querybased on the givenIQuery. -
Uses of IQuery in com.activeviam.tech.core.api.tracking
Methods in com.activeviam.tech.core.api.tracking with parameters of type IQueryModifier and TypeMethodDescriptionstatic <R> voidTracing.decorateSpanWithQuery(io.opentelemetry.api.trace.Span span, IQuery<R> query) Deprecated, for removal: This API element is subject to removal in a future version.Sets theTracing.QUERY_ATTRIBUTEattribute of the provided Span. -
Uses of IQuery in com.activeviam.tech.streaming.intf.api
Methods in com.activeviam.tech.streaming.intf.api with parameters of type IQueryModifier and TypeMethodDescription<R> voidIStreamingService.createStream(IQuery<R> query, IStreamProperties streamProperties) Register a query and create the associated stream.<R> voidIStreamingService.updateStreamQuery(String streamId, String queryId, IQuery<R> query) Update the reference query of the stream, without interrupting or disconnecting the stream. -
Uses of IQuery in com.qfs.snl.agent.mdx.impl
Classes in com.qfs.snl.agent.mdx.impl that implement IQuery