Modifier and Type | Method and Description |
---|---|
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
StatisticIdentityGenerator.getIdForComponent(String name,
ComponentType componentType,
ArtifactHolder holder) |
static String |
StatisticIdentityGenerator.getIdForFlowContinuableMediator(String mediatorName,
ComponentType componentType,
ArtifactHolder holder) |
static String |
StatisticIdentityGenerator.getIdReferencingComponent(String name,
ComponentType componentType,
ArtifactHolder holder) |
static void |
StatisticIdentityGenerator.reportingEndEvent(String name,
ComponentType componentType,
ArtifactHolder holder) |
static void |
StatisticIdentityGenerator.reportingFlowContinuableEndEvent(String mediatorId,
ComponentType mediator,
ArtifactHolder holder) |
Modifier and Type | Method and Description |
---|---|
static void |
CloseEventCollector.closeEntryEvent(MessageContext messageContext,
String componentName,
ComponentType componentType,
Integer currentIndex,
boolean isContentAltering)
Enqueue statistics event to the event queue.
|
static Integer |
OpenEventCollector.reportChildEntryEvent(MessageContext messageContext,
String componentName,
ComponentType componentType,
AspectConfiguration aspectConfiguration,
boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.
|
static Integer |
OpenEventCollector.reportEntryEvent(MessageContext messageContext,
String componentName,
AspectConfiguration aspectConfiguration,
ComponentType componentType)
Enqueue StatisticOpenEvent to the event Queue.
|
static Integer |
OpenEventCollector.reportFlowAggregateEvent(MessageContext messageContext,
String componentName,
ComponentType componentType,
AspectConfiguration aspectConfiguration,
boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.
|
static Integer |
OpenEventCollector.reportFlowContinuableEvent(MessageContext messageContext,
String componentName,
ComponentType componentType,
AspectConfiguration aspectConfiguration,
boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.
|
static Integer |
OpenEventCollector.reportFlowSplittingEvent(MessageContext messageContext,
String componentName,
ComponentType componentType,
AspectConfiguration aspectConfiguration,
boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.
|
static void |
CloseEventCollector.tryEndFlow(MessageContext messageContext,
String componentName,
ComponentType componentType,
Integer currentIndex,
boolean isContentAltering)
Enqueue statistics events to the event queue to close and try to finish the flow.
|
Modifier and Type | Method and Description |
---|---|
ComponentType |
StatisticDataUnit.getComponentType() |
ComponentType |
StatisticsLog.getComponentType() |
Modifier and Type | Method and Description |
---|---|
void |
StatisticDataUnit.setComponentType(ComponentType componentType) |
void |
StatisticsLog.setComponentType(ComponentType componentType) |
Constructor and Description |
---|
StatisticsLog(ComponentType componentType,
String componentName,
int parentIndex) |
Constructor and Description |
---|
StructuringElement(String id,
ComponentType type) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.