mondrian.server.monitor
Class CellCacheSegmentCreateEvent
java.lang.Object
mondrian.server.monitor.Event
mondrian.server.monitor.ExecutionEvent
mondrian.server.monitor.CellCacheEvent
mondrian.server.monitor.CellCacheSegmentCreateEvent
- All Implemented Interfaces:
- Message
public class CellCacheSegmentCreateEvent
- extends CellCacheEvent
Creation of a segment in the cell cache.
|
Constructor Summary |
CellCacheSegmentCreateEvent(long timestamp,
int serverId,
int connectionId,
long statementId,
long executionId,
int coordinateCount,
int actualCellCount,
CellCacheEvent.Source source)
Creates a CellCacheSegmentCreateEvent. |
|
Method Summary |
|
accept(Visitor<T> visitor)
Dispatches a call to the appropriate visit method on
Visitor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
coordinateCount
public final int coordinateCount
actualCellCount
public final int actualCellCount
CellCacheSegmentCreateEvent
public CellCacheSegmentCreateEvent(long timestamp,
int serverId,
int connectionId,
long statementId,
long executionId,
int coordinateCount,
int actualCellCount,
CellCacheEvent.Source source)
- Creates a CellCacheSegmentCreateEvent.
- Parameters:
timestamp - TimestampserverId - ID of the server from which the event originates.connectionId - ID of the connection from which the event
originates.statementId - ID of the statement from which the event originates.executionId - ID of the execution from which the event originates.coordinateCount - Number of coordinates of segment headeractualCellCount - Number of cells in body (or 0 if body not yet
present)source - Source of segment
accept
public <T> T accept(Visitor<T> visitor)
- Description copied from interface:
Message
- Dispatches a call to the appropriate
visit method on
Visitor.
- Type Parameters:
T - Return type- Parameters:
visitor - Visitor
- Returns:
- Value returned by the
visit method