| Package | Description |
|---|---|
| io.dropwizard.metrics |
| Modifier and Type | Method and Description |
|---|---|
static InstrumentedThreadFactory |
InstrumentedExecutors.defaultThreadFactory(MetricRegistry registry)
Returns an instrumented default thread factory used to create new threads.
|
static InstrumentedThreadFactory |
InstrumentedExecutors.defaultThreadFactory(MetricRegistry registry,
String name)
Returns an instrumented default thread factory used to create new threads.
|
static InstrumentedThreadFactory |
InstrumentedExecutors.privilegedThreadFactory(MetricRegistry registry)
Returns an instrumented thread factory used to create new threads that
have the same permissions as the current thread.
|
static InstrumentedThreadFactory |
InstrumentedExecutors.privilegedThreadFactory(MetricRegistry registry,
String name)
Returns an instrumented thread factory used to create new threads that
have the same permissions as the current thread.
|
Copyright © 2021. All rights reserved.