Uses of Class
mondrian.server.Locus
-
Packages that use Locus Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.server Augments the Mondrian engine with server functionality.mondrian.server.monitor -
-
Uses of Locus in mondrian.rolap
Subclasses of Locus in mondrian.rolap Modifier and Type Class Description static class
SqlStatement.StatementLocus
Methods in mondrian.rolap with parameters of type Locus Modifier and Type Method Description static SqlStatement
RolapUtil. executeQuery(DataSource dataSource, String sql, List<SqlStatement.Type> types, int maxRowCount, int firstRowOrdinal, Locus locus, int resultSetType, int resultSetConcurrency, Util.Functor1<Void,Statement> callback)
Executes a query.static SqlStatement
RolapUtil. executeQuery(DataSource dataSource, String sql, Locus locus)
Executes a query, printing to the trace log if tracing is enabled.static Util.Functor1<Void,Statement>
RolapUtil. getDefaultCallback(Locus locus)
Constructors in mondrian.rolap with parameters of type Locus Constructor Description SqlStatement(DataSource dataSource, String sql, List<SqlStatement.Type> types, int maxRows, int firstRowOrdinal, Locus locus, int resultSetType, int resultSetConcurrency, Util.Functor1<Void,Statement> callback)
Creates a SqlStatement. -
Uses of Locus in mondrian.rolap.agg
Methods in mondrian.rolap.agg that return Locus Modifier and Type Method Description abstract Locus
SegmentCacheManager.Command. getLocus()
Locus
SegmentCacheManager.FlushCommand. getLocus()
Methods in mondrian.rolap.agg with parameters of type Locus Modifier and Type Method Description void
SegmentCacheManager. printCacheState(CacheControl.CellRegion region, PrintWriter pw, Locus locus)
Constructors in mondrian.rolap.agg with parameters of type Locus Constructor Description FlushCommand(Locus locus, SegmentCacheManager mgr, CacheControl.CellRegion region, CacheControlImpl cacheControlImpl)
-
Uses of Locus in mondrian.server
Methods in mondrian.server that return Locus Modifier and Type Method Description static Locus
Locus. peek()
Methods in mondrian.server with parameters of type Locus Modifier and Type Method Description static void
Locus. pop(Locus locus)
static void
Locus. push(Locus locus)
void
Execution. registerStatement(Locus locus, Statement statement)
This method is typically called by SqlStatement at construction time. -
Uses of Locus in mondrian.server.monitor
Fields in mondrian.server.monitor declared as Locus Modifier and Type Field Description Locus
SqlStatementEvent. locus
Locus of event.Constructors in mondrian.server.monitor with parameters of type Locus Constructor Description SqlStatementEndEvent(long timestamp, long sqlStatementId, Locus locus, String sql, SqlStatementEvent.Purpose purpose, long rowFetchCount, boolean canceled, Throwable throwable)
Creates a SqlStatementEndEvent.SqlStatementEvent(long timestamp, long sqlStatementId, Locus locus, String sql, SqlStatementEvent.Purpose purpose)
Creates a SqlStatementEvent.SqlStatementExecuteEvent(long timestamp, long statementId, Locus locus, String sql, SqlStatementEvent.Purpose purpose, long executeNanos)
Creates a SqlStatementExecuteEvent.SqlStatementStartEvent(long timestamp, long sqlStatementId, Locus locus, String sql, SqlStatementEvent.Purpose purpose, int cellRequestCount)
Creates a SqlStatementStartEvent.
-