| Package | Description |
|---|---|
| net.openhft.chronicle.core | |
| net.openhft.chronicle.core.io |
The resource management package provides classes and interfaces for managing the lifecycle of
resources such as files, streams, and memory buffers.
|
| net.openhft.chronicle.core.threads |
Provides classes and interfaces for thread management and scheduling in an
event-driven programming model.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable StackTrace |
StackTrace.forThread(Thread t)
Returns a StackTrace object for the specified thread.
|
| Modifier and Type | Field and Description |
|---|---|
protected StackTrace |
AbstractCloseable.closedHere |
| Modifier and Type | Method and Description |
|---|---|
default StackTrace |
ManagedCloseable.createdHere()
Returns the stack trace of the location where the resource was created.
|
StackTrace |
TracingReferenceCounted.createdHere() |
StackTrace |
ReferenceCountedTracer.createdHere()
Retrieves the stack trace of the point where the object was created.
|
StackTrace |
AbstractCloseable.createdHere()
Returns the stack trace at the point this closeable resource was created.
|
StackTrace |
AbstractReferenceCounted.createdHere()
Returns the stack trace for where this resource was created.
|
StackTrace |
VanillaReferenceCounted.createdHere() |
| Modifier and Type | Method and Description |
|---|---|
static StackTrace |
ThreadDump.createdHereFor(Thread thread)
Retrieves the stack trace for a given thread.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreadDump.add(Thread t,
StackTrace stackTrace)
Adds a thread with its stack trace to the map of monitored threads.
|
Copyright © 2024. All rights reserved.