public class NoOpMemoryProfilingService extends Object implements org.mule.runtime.api.profiling.ProfilingService
ProfilingDataProducer implements
operations that do not propagate the profiling data.| Constructor and Description |
|---|
NoOpMemoryProfilingService() |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.mule.runtime.api.profiling.ProfilingEventContext,S> |
getProfilingDataProducer(org.mule.runtime.api.profiling.type.ProfilingEventType<T> profilingEventType) |
<T extends org.mule.runtime.api.profiling.ProfilingEventContext,S> |
getProfilingDataProducer(org.mule.runtime.api.profiling.type.ProfilingEventType<T> profilingEventType,
org.mule.runtime.api.profiling.ProfilingProducerScope producerContext) |
org.mule.runtime.api.profiling.threading.ThreadSnapshotCollector |
getThreadSnapshotCollector() |
org.mule.runtime.api.profiling.tracing.TracingService |
getTracingService() |
<T extends org.mule.runtime.api.profiling.ProfilingEventContext,S> |
registerProfilingDataProducer(org.mule.runtime.api.profiling.type.ProfilingEventType<T> profilingEventType,
org.mule.runtime.api.profiling.ProfilingDataProducer<T,S> profilingDataProducer) |
public <T extends org.mule.runtime.api.profiling.ProfilingEventContext,S> org.mule.runtime.api.profiling.ProfilingDataProducer<T,S> getProfilingDataProducer(org.mule.runtime.api.profiling.type.ProfilingEventType<T> profilingEventType)
getProfilingDataProducer in interface org.mule.runtime.api.profiling.ProfilingServicepublic <T extends org.mule.runtime.api.profiling.ProfilingEventContext,S> org.mule.runtime.api.profiling.ProfilingDataProducer<T,S> getProfilingDataProducer(org.mule.runtime.api.profiling.type.ProfilingEventType<T> profilingEventType,
org.mule.runtime.api.profiling.ProfilingProducerScope producerContext)
getProfilingDataProducer in interface org.mule.runtime.api.profiling.ProfilingServicepublic <T extends org.mule.runtime.api.profiling.ProfilingEventContext,S> void registerProfilingDataProducer(org.mule.runtime.api.profiling.type.ProfilingEventType<T> profilingEventType,
org.mule.runtime.api.profiling.ProfilingDataProducer<T,S> profilingDataProducer)
registerProfilingDataProducer in interface org.mule.runtime.api.profiling.ProfilingServicepublic org.mule.runtime.api.profiling.threading.ThreadSnapshotCollector getThreadSnapshotCollector()
getThreadSnapshotCollector in interface org.mule.runtime.api.profiling.ProfilingServicepublic org.mule.runtime.api.profiling.tracing.TracingService getTracingService()
getTracingService in interface org.mule.runtime.api.profiling.ProfilingServiceCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.