public class TracingScope
extends java.lang.Object
Constructor and Description |
---|
TracingScope(TracingScope parentScope,
java.lang.String tracingScopeId) |
Modifier and Type | Method and Description |
---|---|
void |
addCallback()
Increments pending callbacks count in this scope, till its super parent.
|
SpanStore |
getSpanStore() |
java.lang.String |
getTracingScopeId() |
boolean |
isEventCollectionFinished(MessageContext synCtx)
Denotes whether event collection has been finished in this scope,
so that the outer level span of this scope can be ended.
|
void |
removeCallback()
Decrements pending callbacks count in this scope, till its super parent.
|
public TracingScope(TracingScope parentScope, java.lang.String tracingScopeId)
public SpanStore getSpanStore()
public void addCallback()
public void removeCallback()
public boolean isEventCollectionFinished(MessageContext synCtx)
synCtx
- Message context.public java.lang.String getTracingScopeId()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.