Uses of Class
mondrian.server.Execution
-
Packages that use Execution Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.rolap.cache Provides primitives for policy-based caching.mondrian.server Augments the Mondrian engine with server functionality.mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spipackage.mondrian.util Mondrian utilities. -
-
Uses of Execution in mondrian.olap
Fields in mondrian.olap declared as Execution Modifier and Type Field Description protected ExecutionResultBase. executionMethods in mondrian.olap that return Execution Modifier and Type Method Description ExecutionResultBase. getExecution()Constructors in mondrian.olap with parameters of type Execution Constructor Description ResultBase(Execution execution, Axis[] axes) -
Uses of Execution in mondrian.rolap
Fields in mondrian.rolap declared as Execution Modifier and Type Field Description ExecutionRolapEvaluatorRoot. executionMethods in mondrian.rolap that return Execution Modifier and Type Method Description ExecutionRolapResult. getExecution()Methods in mondrian.rolap with parameters of type Execution Modifier and Type Method Description ResultRolapConnection. execute(Execution execution)Executes a statement.ResultRolapResultShepherd. shepherdExecution(Execution execution, Callable<Result> callable)Executes and shepherds the execution of an Execution instance.Constructors in mondrian.rolap with parameters of type Execution Constructor Description FastBatchingCellReader(Execution execution, RolapCube cube, AggregationManager aggMgr)Creates a FastBatchingCellReader.StatementLocus(Execution execution, String component, String message, SqlStatementEvent.Purpose purpose, int cellRequestCount) -
Uses of Execution in mondrian.rolap.agg
Methods in mondrian.rolap.agg with parameters of type Execution Modifier and Type Method Description voidSegmentCacheManager.SegmentCacheIndexRegistry. cancelExecutionSegments(Execution exec) -
Uses of Execution in mondrian.rolap.cache
Methods in mondrian.rolap.cache with parameters of type Execution Modifier and Type Method Description voidSegmentCacheIndex. cancel(Execution exec)This method must remove all registrations as a client for the given execution.voidSegmentCacheIndexImpl. cancel(Execution exec)Future<SegmentBody>SegmentCacheIndex. getFuture(Execution exec, SegmentHeader header)Returns a future slot for a segment body, if a segment is currently loading, otherwise null.Future<SegmentBody>SegmentCacheIndexImpl. getFuture(Execution exec, SegmentHeader header) -
Uses of Execution in mondrian.server
Fields in mondrian.server declared as Execution Modifier and Type Field Description ExecutionLocus. executionstatic ExecutionExecution. NONEMethods in mondrian.server that return Execution Modifier and Type Method Description ExecutionStatement. getCurrentExecution()Returns execution context if currently executing, null otherwise.ExecutionStatementImpl. getCurrentExecution()Methods in mondrian.server with parameters of type Execution Modifier and Type Method Description voidStatement. end(Execution execution)Ends the current execution.voidStatementImpl. end(Execution execution)static <T> TLocus. execute(Execution execution, String component, Locus.Action<T> action)voidStatement. start(Execution execution)Starts an execution.voidStatementImpl. start(Execution execution)Constructors in mondrian.server with parameters of type Execution Constructor Description Locus(Execution execution, String component, String message)Creates a Locus. -
Uses of Execution in mondrian.spi
Methods in mondrian.spi with parameters of type Execution Modifier and Type Method Description longStatisticsProvider. getColumnCardinality(Dialect dialect, DataSource dataSource, String catalog, String schema, String table, String column, Execution execution)Returns an estimate of the number of rows in a table.longStatisticsProvider. getQueryCardinality(Dialect dialect, DataSource dataSource, String sql, Execution execution)Returns an estimate of the number of rows returned by a query.longStatisticsProvider. getTableCardinality(Dialect dialect, DataSource dataSource, String catalog, String schema, String table, Execution execution)Returns an estimate of the number of rows in a table. -
Uses of Execution in mondrian.spi.impl
Methods in mondrian.spi.impl with parameters of type Execution Modifier and Type Method Description longJdbcStatisticsProvider. getColumnCardinality(Dialect dialect, DataSource dataSource, String catalog, String schema, String table, String column, Execution execution)longSqlStatisticsProvider. getColumnCardinality(Dialect dialect, DataSource dataSource, String catalog, String schema, String table, String column, Execution execution)longJdbcStatisticsProvider. getQueryCardinality(Dialect dialect, DataSource dataSource, String sql, Execution execution)longSqlStatisticsProvider. getQueryCardinality(Dialect dialect, DataSource dataSource, String sql, Execution execution)longJdbcStatisticsProvider. getTableCardinality(Dialect dialect, DataSource dataSource, String catalog, String schema, String table, Execution execution)longSqlStatisticsProvider. getTableCardinality(Dialect dialect, DataSource dataSource, String catalog, String schema, String table, Execution execution) -
Uses of Execution in mondrian.util
Methods in mondrian.util with parameters of type Execution Modifier and Type Method Description static voidCancellationChecker. checkCancelOrTimeout(int currentIteration, Execution execution)static voidCancellationChecker. checkCancelOrTimeout(long currentIteration, Execution execution)
-