Uses of Package
com.bytedesk.core.uid.utils
Packages that use com.bytedesk.core.uid.utils
Package
Description
-
Classes in com.bytedesk.core.uid.utils used by com.bytedesk.core.uid.bufferClassDescriptionRepresents a padded
AtomicLong
to prevent the FalseSharing problem<p> The CPU cache line commonly be 64 bytes, here is a sample of cache line after padding:<br> 64 bytes = 8 bytes (object reference) + 6 * 8 bytes (padded long) + 8 bytes (a long value) -
Classes in com.bytedesk.core.uid.utils used by com.bytedesk.core.uid.utilsClassDescription
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 useEnumUtils
to simplify parse and valueOf operation. -
Classes in com.bytedesk.core.uid.utils used by com.bytedesk.core.uid.workerClassDescription
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 useEnumUtils
to simplify parse and valueOf operation.