public class BeamFnLoggingMDC
extends java.lang.Object
| Constructor and Description |
|---|
BeamFnLoggingMDC() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable java.lang.String |
getInstructionId()
Gets the Instruction ID of the current thread.
|
static @Nullable ExecutionStateSampler.ExecutionStateTracker |
getStateTracker()
Gets the State Tracker of the current thread.
|
static void |
reset()
Resets to a default state.
|
static void |
setInstructionId(@Nullable java.lang.String newInstructionId)
Sets the Instruction ID of the current thread, which will be inherited by child threads.
|
static void |
setStateTracker(@Nullable ExecutionStateSampler.ExecutionStateTracker newStateTracker)
Sets the State Tracker of the current thread, which will be inherited by child threads.
|
public static void setInstructionId(@Nullable java.lang.String newInstructionId)
public static @Nullable java.lang.String getInstructionId()
public static void setStateTracker(@Nullable ExecutionStateSampler.ExecutionStateTracker newStateTracker)
public static @Nullable ExecutionStateSampler.ExecutionStateTracker getStateTracker()
public static void reset()