| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.clone() |
Stack |
Stack.set(String fieldName,
Object value) |
Stack |
Stack.setStackContent(String stackContent)
The raw stack trace.
|
Stack |
Stack.setThreadCount(Integer threadCount)
With java thread dumps we may get collapsed stacks e.g., N threads in stack "".
|
Stack |
Stack.setThreadName(String threadName)
Thread name.
|
Stack |
Stack.setThreadState(String threadState)
The state of the thread.
|
Stack |
Stack.setTimestamp(String timestamp)
Timestamp at which the stack was captured.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
Sdk.getStacks()
The stacktraces for the processes running on the SDK harness.
|
| Modifier and Type | Method and Description |
|---|---|
Sdk |
Sdk.setStacks(List<Stack> stacks)
The stacktraces for the processes running on the SDK harness.
|
Copyright © 2011–2025 Google. All rights reserved.