- acquireCore() - Static method in enum net.openhft.affinity.Affinity
-
- acquireCore(boolean) - Static method in enum net.openhft.affinity.Affinity
-
- acquireCore() - Static method in class net.openhft.affinity.AffinityLock
-
Assign any free core to this thread.
- acquireCore(boolean) - Static method in class net.openhft.affinity.AffinityLock
-
Assign a core(and all its cpus) which can be bound to the current thread or another thread.
- acquireLock() - Static method in enum net.openhft.affinity.Affinity
-
- acquireLock(boolean) - Static method in enum net.openhft.affinity.Affinity
-
- acquireLock() - Static method in class net.openhft.affinity.AffinityLock
-
Assign any free cpu to this thread.
- acquireLock(boolean) - Static method in class net.openhft.affinity.AffinityLock
-
Assign a cpu which can be bound to the current thread or another thread.
- acquireLock(int) - Static method in class net.openhft.affinity.AffinityLock
-
Assign a cpu which can be bound to the current thread or another thread.
- acquireLock(int[]) - Static method in class net.openhft.affinity.AffinityLock
-
Assign a cpu which can be bound to the current thread or another thread
Caller passes in an explicit set of preferred CPUs
The first available CPU is used, and the lock returned
If all CPUs in the set are unavailable then no lock is obtained
- acquireLock(String) - Static method in class net.openhft.affinity.AffinityLock
-
Use a description to allocate a cpu.
- acquireLock(AffinityStrategy...) - Method in class net.openhft.affinity.AffinityLock
-
Give another affinity lock relative to this one based on a list of strategies.
- acquireLockLastMinus(int) - Static method in class net.openhft.affinity.AffinityLock
-
Allocate from the end.
- Affinity - Enum in net.openhft.affinity
-
Library to wrap low level JNI or JNA calls.
- AFFINITY_RESERVED - Static variable in class net.openhft.affinity.AffinityLock
-
- AffinityLock - Class in net.openhft.affinity
-
This utility class support locking a thread to a single core, or reserving a whole core for a
thread.
- AffinityStrategies - Enum in net.openhft.affinity
-
Pre-defined strategies for determining which thread to pick next.
- AffinityStrategy - Interface in net.openhft.affinity
-
Allow you define a strategy for find the a cpu relative to another select cpu.
- AffinityTestMain - Class in net.openhft.affinity.main
-
- AffinityTestMain() - Constructor for class net.openhft.affinity.main.AffinityTestMain
-
- AffinityThreadFactory - Class in net.openhft.affinity
-
This is a ThreadFactory which assigns threads based the strategies provided.
- AffinityThreadFactory(String, AffinityStrategy...) - Constructor for class net.openhft.affinity.AffinityThreadFactory
-
- AffinityThreadFactory(String, boolean, AffinityStrategy...) - Constructor for class net.openhft.affinity.AffinityThreadFactory
-