| Modifier and Type | Method and Description |
|---|---|
CDIEventbusNotificationEvent |
CDIEventbusNotificationEventFactory.buildNotificationEvent(String subject,
RequestTrace requestTrace) |
EventbusNotificationEvent |
EventbusNotificationEventFactory.buildNotificationEvent(String subject,
RequestTrace requestTrace) |
| Modifier and Type | Method and Description |
|---|---|
RequestTrace |
RequestTracingNotificationData.getRequestTrace() |
| Modifier and Type | Method and Description |
|---|---|
int |
RequestTrace.compareTo(RequestTrace requestTrace) |
| Constructor and Description |
|---|
RequestTracingNotificationData(RequestTrace requestTrace) |
| Modifier and Type | Method and Description |
|---|---|
E |
NotificationEventFactory.buildNotificationEvent(String subject,
RequestTrace requestTrace) |
| Modifier and Type | Method and Description |
|---|---|
LogNotificationEvent |
LogNotificationEventFactory.buildNotificationEvent(String subject,
RequestTrace requestTrace) |
| Modifier and Type | Method and Description |
|---|---|
RequestTrace |
RequestTraceSpanStore.getTrace()
Returns the full trace
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Map.Entry<Thread,RequestTrace>> |
RequestTraceSpanStore.getTraces() |
| Modifier and Type | Method and Description |
|---|---|
RequestTrace |
LocalRequestTraceStore.addTrace(RequestTrace trace) |
RequestTrace |
ClusteredRequestTraceStore.addTrace(RequestTrace trace) |
RequestTrace |
RequestTraceStoreInterface.addTrace(RequestTrace trace)
Adds a request trace to the store.
|
RequestTrace |
LocalRequestTraceStore.addTrace(RequestTrace trace,
RequestTrace traceToRemove) |
RequestTrace |
ClusteredRequestTraceStore.addTrace(RequestTrace trace,
RequestTrace traceToRemove) |
RequestTrace |
RequestTraceStoreInterface.addTrace(RequestTrace trace,
RequestTrace traceToRemove)
Adds a request trace to the store, removing the specified trace if present and necessary.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RequestTrace> |
LocalRequestTraceStore.emptyStore() |
Collection<RequestTrace> |
ClusteredRequestTraceStore.emptyStore() |
Collection<RequestTrace> |
RequestTraceStoreInterface.emptyStore()
Removes all of the traces from the store.
|
Collection<RequestTrace> |
LocalRequestTraceStore.getTraces() |
Collection<RequestTrace> |
ClusteredRequestTraceStore.getTraces() |
Collection<RequestTrace> |
RequestTraceStoreInterface.getTraces()
Gets the entire contents of the store.
|
Collection<RequestTrace> |
LocalRequestTraceStore.getTraces(int limit) |
Collection<RequestTrace> |
ClusteredRequestTraceStore.getTraces(int limit) |
Collection<RequestTrace> |
RequestTraceStoreInterface.getTraces(int limit)
Gets the contents of the store, up to a limit number of items.
|
| Modifier and Type | Method and Description |
|---|---|
RequestTrace |
LocalRequestTraceStore.addTrace(RequestTrace trace) |
RequestTrace |
ClusteredRequestTraceStore.addTrace(RequestTrace trace) |
RequestTrace |
RequestTraceStoreInterface.addTrace(RequestTrace trace)
Adds a request trace to the store.
|
RequestTrace |
LocalRequestTraceStore.addTrace(RequestTrace trace,
RequestTrace traceToRemove) |
RequestTrace |
ClusteredRequestTraceStore.addTrace(RequestTrace trace,
RequestTrace traceToRemove) |
RequestTrace |
RequestTraceStoreInterface.addTrace(RequestTrace trace,
RequestTrace traceToRemove)
Adds a request trace to the store, removing the specified trace if present and necessary.
|
| Modifier and Type | Method and Description |
|---|---|
RequestTrace |
ReservoirTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize)
Gets the trace that needs removing.
|
RequestTrace |
LongestTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize)
Gets the trace that needs removing.
|
RequestTrace |
TraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize)
Get the trace that needs removing.
|
RequestTrace |
ReservoirTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove)
Gets the trace that needs removing.
|
RequestTrace |
LongestTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove)
Gets the trace that needs removing.
|
RequestTrace |
TraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove) |
| Modifier and Type | Method and Description |
|---|---|
RequestTrace |
ReservoirTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove)
Gets the trace that needs removing.
|
RequestTrace |
LongestTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove)
Gets the trace that needs removing.
|
RequestTrace |
TraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove) |
| Modifier and Type | Method and Description |
|---|---|
RequestTrace |
ReservoirTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize)
Gets the trace that needs removing.
|
RequestTrace |
LongestTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize)
Gets the trace that needs removing.
|
RequestTrace |
TraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize)
Get the trace that needs removing.
|
RequestTrace |
ReservoirTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove)
Gets the trace that needs removing.
|
RequestTrace |
LongestTraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove)
Gets the trace that needs removing.
|
RequestTrace |
TraceStorageStrategy.getTraceForRemoval(Collection<RequestTrace> traces,
int maxSize,
RequestTrace traceToRemove) |
Copyright © 2019. All rights reserved.