文件名称: affinity-3.23.3.jar中文-英文对照文档.zip
<dependency>
<groupId>net.openhft</groupId>
<artifactId>affinity</artifactId>
<version>3.23.3</version>
</dependency>Gradle:
implementation group: 'net.openhft', name: 'affinity', version: '3.23.3'
Gradle (Short):
implementation 'net.openhft:affinity:3.23.3'
Gradle (Kotlin):
implementation("net.openhft:affinity:3.23.3")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.openhft.affinity
net.openhft.affinity.impl
net.openhft.affinity.lockchecker
net.openhft.affinity.main
net.openhft.ticker
net.openhft.ticker.impl
software.chronicle.enterprise.internals.implnet.openhft.affinity.Affinity
net.openhft.affinity.AffinityLock
net.openhft.affinity.AffinityStrategies
net.openhft.affinity.AffinityStrategy
net.openhft.affinity.AffinitySupport
net.openhft.affinity.AffinityThreadFactory
net.openhft.affinity.CpuLayout
net.openhft.affinity.IAffinity
net.openhft.affinity.LockCheck
net.openhft.affinity.MicroJitterSampler
net.openhft.affinity.impl.LinuxHelper
net.openhft.affinity.impl.LinuxHelper.cpu_set_t
net.openhft.affinity.impl.LinuxHelper.utsname
net.openhft.affinity.impl.LinuxJNAAffinity
net.openhft.affinity.impl.NoCpuLayout
net.openhft.affinity.impl.NullAffinity
net.openhft.affinity.impl.OSXJNAAffinity
net.openhft.affinity.impl.PosixJNAAffinity
net.openhft.affinity.impl.SolarisJNAAffinity
net.openhft.affinity.impl.Utilities
net.openhft.affinity.impl.VanillaCpuLayout
net.openhft.affinity.impl.VersionHelper
net.openhft.affinity.impl.WindowsJNAAffinity
net.openhft.affinity.lockchecker.FileLockBasedLockChecker
net.openhft.affinity.lockchecker.LockChecker
net.openhft.affinity.lockchecker.LockReference
net.openhft.affinity.main.AffinityTestMain
net.openhft.ticker.ITicker
net.openhft.ticker.Ticker
net.openhft.ticker.impl.JNIClock
net.openhft.ticker.impl.SystemClock
software.chronicle.enterprise.internals.impl.NativeAffinity