Package mondrian.server.monitor
Interface Message
- All Known Implementing Classes:
CellCacheEvent
,CellCacheSegmentCreateEvent
,CellCacheSegmentDeleteEvent
,ConnectionEndEvent
,ConnectionEvent
,ConnectionStartEvent
,Event
,ExecutionEndEvent
,ExecutionEvent
,ExecutionPhaseEvent
,ExecutionStartEvent
,SqlStatementEndEvent
,SqlStatementEvent
,SqlStatementExecuteEvent
,SqlStatementStartEvent
,StatementEndEvent
,StatementEvent
,StatementStartEvent
public interface Message
Message sent to a
Monitor
indicating an event of interest or a command to execute.-
Method Summary
Modifier and TypeMethodDescription<T> T
Dispatches a call to the appropriatevisit
method onVisitor
.void
Sets the MDC context into the current thread
-
Method Details
-
accept
Dispatches a call to the appropriatevisit
method onVisitor
.- Type Parameters:
T
- Return type- Parameters:
visitor
- Visitor- Returns:
- Value returned by the
visit
method
-
setContextMap
void setContextMap()Sets the MDC context into the current thread
-