public class ExecutionStateSampler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionStateSampler.ExecutionState
An
ExecutionStateSampler.ExecutionState represents the current state of an execution thread. |
class |
ExecutionStateSampler.ExecutionStateTracker
Tracks the current state of a single execution thread.
|
static class |
ExecutionStateSampler.ExecutionStateTrackerStatus |
| Constructor and Description |
|---|
ExecutionStateSampler(org.apache.beam.sdk.options.PipelineOptions options,
org.joda.time.DateTimeUtils.MillisProvider clock) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStateSampler.ExecutionStateTracker |
create()
Returns a new
ExecutionStateSampler.ExecutionStateTracker associated with this state sampler. |
void |
stop()
Stops the execution of the state sampler.
|
public ExecutionStateSampler(org.apache.beam.sdk.options.PipelineOptions options,
org.joda.time.DateTimeUtils.MillisProvider clock)
public void stop()
public ExecutionStateSampler.ExecutionStateTracker create()
ExecutionStateSampler.ExecutionStateTracker associated with this state sampler.