| Package | Description |
|---|---|
| io.greptime.common.util |
| Class and Description |
|---|
| Clock
A clock implementation which default returns the current millis.
|
| LogScheduledThreadPoolExecutor
A
ThreadPoolExecutor that can additionally
schedule tasks to run after a given delay with a logger witch can print
error message for failed execution. |
| LogThreadPoolExecutor
A
ExecutorService that witch can print
error message for failed execution. |
| MetricReporter
A reporter which outputs metrics to a
PrintStream, like System.out. |
| MetricReporter.Builder
A builder for
MetricReporter instances. |
| ObjectPool
An object pool.
|
| ObjectPool.Resource
Defines a resource, and the way to create and destroy instances of it.
|
| RcObjectPool
An shared object pool with ref count.
|
| ServiceLoader
A simple service-provider loading facility (SPI).
|
| ThreadPoolUtil.PoolBuilder |
| ThreadPoolUtil.ScheduledPoolBuilder |
Copyright © 2023. All rights reserved.