| Package | Description |
|---|---|
| net.openhft.affinity | |
| net.openhft.affinity.impl | |
| software.chronicle.enterprise.internals.impl |
| Modifier and Type | Method and Description |
|---|---|
static IAffinity |
Affinity.getAffinityImpl() |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxJNAAffinity |
class |
NullAffinity |
class |
OSXJNAAffinity
This is essentially the same as the NullAffinity implementation but with concrete
support for getThreadId().
|
class |
PosixJNAAffinity
Implementation of
IAffinity based on JNA call of
sched_setaffinity(3)/sched_getaffinity(3) from 'c' library. |
class |
SolarisJNAAffinity
This is essentially the same as the NullAffinity implementation but with concrete
support for getThreadId().
|
class |
WindowsJNAAffinity
Implementation of
IAffinity based on JNA call of
sched_SetThreadAffinityMask/GetProcessAffinityMask from Windows 'kernel32' library. |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeAffinity |
Copyright © 2022. All rights reserved.