| 接口 | 说明 |
|---|---|
| ValuedEnum<T> |
ValuedEnum defines an enumeration which is bounded to a value, you
may implements this interface when you defines such kind of enumeration, that
you can use EnumUtils to simplify parse and valueOf operation. |
| 类 | 说明 |
|---|---|
| DateUtils |
DateUtils provides date formatting, parsing
|
| DockerUtils |
DockerUtils
|
| EnumUtils |
EnumUtils provides the operations for
ValuedEnum such as Parse, value of... |
| NamingThreadFactory |
Named thread in ThreadFactory.
|
| NetUtils |
NetUtils
|
| PaddedAtomicLong |
Represents a padded
AtomicLong to prevent the FalseSharing problem
The CPU cache line commonly be 64 bytes, here is a sample of cache line after padding:64 bytes = 8 bytes (object reference) + 6 * 8 bytes (padded long) + 8 bytes (a long value) |
Copyright © 2020. All rights reserved.