Uses of Class
org.apache.synapse.aspects.flow.statistics.data.artifact.ArtifactHolder
-
-
Uses of ArtifactHolder in org.apache.synapse
Methods in org.apache.synapse with parameters of type ArtifactHolder Modifier and Type Method Description voidMediator. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.api
Methods in org.apache.synapse.api with parameters of type ArtifactHolder Modifier and Type Method Description voidAPI. setComponentStatisticsId(ArtifactHolder holder)voidResource. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type ArtifactHolder Modifier and Type Method Description static voidStatisticIdentityGenerator. conclude(ArtifactHolder holder)static StringStatisticIdentityGenerator. getIdForComponent(String name, ComponentType componentType, ArtifactHolder holder)static StringStatisticIdentityGenerator. getIdForFlowContinuableMediator(String mediatorName, ComponentType componentType, ArtifactHolder holder)static StringStatisticIdentityGenerator. getIdReferencingComponent(String name, ComponentType componentType, ArtifactHolder holder)static voidStatisticIdentityGenerator. reportingBranchingEvents(ArtifactHolder holder)static voidStatisticIdentityGenerator. reportingEndBranchingEvent(ArtifactHolder holder)static voidStatisticIdentityGenerator. reportingEndEvent(String name, ComponentType componentType, ArtifactHolder holder)static voidStatisticIdentityGenerator. reportingFlowContinuableEndEvent(String mediatorId, ComponentType mediator, ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.stores
Methods in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.stores with parameters of type ArtifactHolder Modifier and Type Method Description static voidArtifactHolderStore. addStructuringElementStack(String componentUniqueId, ArtifactHolder artifactHolderReference)Adds a deep clone of the provided artifact holder's structuring element stack, in order to keep track of parents for serving when necessary. -
Uses of ArtifactHolder in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml with parameters of type ArtifactHolder Modifier and Type Method Description voidSwitchCase. setStatisticIdForMediators(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 with parameters of type ArtifactHolder Modifier and Type Method Description voidProxyService. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints with parameters of type ArtifactHolder Modifier and Type Method Description voidAbstractEndpoint. setComponentStatisticsId(ArtifactHolder holder)voidEndpoint. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.inbound
Methods in org.apache.synapse.inbound with parameters of type ArtifactHolder Modifier and Type Method Description voidInboundEndpoint. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.mediators
Methods in org.apache.synapse.mediators with parameters of type ArtifactHolder Modifier and Type Method Description voidAbstractMediator. setComponentStatisticsId(ArtifactHolder holder)voidAbstractListMediator. setStatisticIdForMediators(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.mediators.base
Methods in org.apache.synapse.mediators.base with parameters of type ArtifactHolder Modifier and Type Method Description voidSequenceMediator. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.mediators.builtin
Methods in org.apache.synapse.mediators.builtin with parameters of type ArtifactHolder Modifier and Type Method Description voidCallMediator. setComponentStatisticsId(ArtifactHolder holder)voidCalloutMediator. setComponentStatisticsId(ArtifactHolder holder)voidCommentMediator. setComponentStatisticsId(ArtifactHolder holder)voidSendMediator. setComponentStatisticsId(ArtifactHolder holder)voidValidateMediator. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.mediators.eip
Methods in org.apache.synapse.mediators.eip with parameters of type ArtifactHolder Modifier and Type Method Description voidTarget. setStatisticIdForMediators(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.mediators.eip.aggregator
Methods in org.apache.synapse.mediators.eip.aggregator with parameters of type ArtifactHolder Modifier and Type Method Description voidAggregateMediator. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.mediators.eip.splitter
Methods in org.apache.synapse.mediators.eip.splitter with parameters of type ArtifactHolder Modifier and Type Method Description voidCloneMediator. setComponentStatisticsId(ArtifactHolder holder)voidIterateMediator. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.mediators.filters
Methods in org.apache.synapse.mediators.filters with parameters of type ArtifactHolder Modifier and Type Method Description voidFilterMediator. setComponentStatisticsId(ArtifactHolder holder)voidInMediator. setComponentStatisticsId(ArtifactHolder holder)voidOutMediator. setComponentStatisticsId(ArtifactHolder holder)voidSwitchMediator. setComponentStatisticsId(ArtifactHolder holder) -
Uses of ArtifactHolder in org.apache.synapse.mediators.template
Methods in org.apache.synapse.mediators.template with parameters of type ArtifactHolder Modifier and Type Method Description voidInvokeMediator. setComponentStatisticsId(ArtifactHolder holder)
-