Package | Description |
---|---|
net.openhft.affinity | |
net.openhft.affinity.impl |
Modifier and Type | Method and Description |
---|---|
static @NotNull CpuLayout |
AffinityLock.cpuLayout() |
static @NotNull CpuLayout |
NonForkingAffinityLock.cpuLayout() |
Modifier and Type | Method and Description |
---|---|
static void |
AffinityLock.cpuLayout(@NotNull CpuLayout cpuLayout)
Set the CPU layout for this machine.
|
static void |
NonForkingAffinityLock.cpuLayout(@NotNull CpuLayout cpuLayout)
Set the CPU layout for this machine.
|
Modifier and Type | Class and Description |
---|---|
class |
NoCpuLayout
This assumes there is one socket with every cpu on a different core.
|
class |
VanillaCpuLayout |
Copyright © 2016. All rights reserved.