| Package | Description |
|---|---|
| org.jruby.management | |
| org.jruby.runtime.backtrace |
| Modifier and Type | Method and Description |
|---|---|
private static void |
Runtime.dumpThread(Ruby ruby,
RubyThread th,
TraceType.Gather gather,
java.io.PrintWriter pw) |
java.lang.String |
Runtime.dumpThreads(TraceType.Gather gather) |
| Modifier and Type | Field and Description |
|---|---|
private TraceType.Gather |
TraceType.gather |
| Modifier and Type | Method and Description |
|---|---|
TraceType.Gather |
TraceType.getGather() |
static TraceType.Gather |
TraceType.Gather.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraceType.Gather[] |
TraceType.Gather.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TraceType(TraceType.Gather gather,
TraceType.Format format) |