Skip navigation links
A B C D E F G H I J L M N O P R S T U V W _ 

A

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.
AffinitySupport - Class in net.openhft.affinity
Deprecated.
AffinitySupport() - Constructor for class net.openhft.affinity.AffinitySupport
Deprecated.
 
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
 

B

BASE_AFFINITY - Static variable in class net.openhft.affinity.AffinityLock
 
bind() - Method in class net.openhft.affinity.AffinityLock
Bind the current thread to this reservable lock.
bind(boolean) - Method in class net.openhft.affinity.AffinityLock
Bind the current thread to this reservable lock.

C

channel - Variable in class net.openhft.affinity.lockchecker.LockReference
 
close() - Method in class net.openhft.affinity.AffinityLock
 
coreId(int) - Method in interface net.openhft.affinity.CpuLayout
 
coreId(int) - Method in class net.openhft.affinity.impl.NoCpuLayout
 
coreId(int) - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
coresPerSocket() - Method in interface net.openhft.affinity.CpuLayout
 
coresPerSocket() - Method in class net.openhft.affinity.impl.NoCpuLayout
 
coresPerSocket() - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
cpu_set_t() - Constructor for class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
cpuId() - Method in class net.openhft.affinity.AffinityLock
 
cpuLayout(CpuLayout) - Static method in class net.openhft.affinity.AffinityLock
Set the CPU layout for this machine.
cpuLayout() - Static method in class net.openhft.affinity.AffinityLock
 
CpuLayout - Interface in net.openhft.affinity
 
cpus() - Method in interface net.openhft.affinity.CpuLayout
 
cpus() - Method in class net.openhft.affinity.impl.NoCpuLayout
 
cpus() - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 

D

domainname - Variable in class net.openhft.affinity.impl.LinuxHelper.utsname
NIS or YP domain name
dumpLocks() - Static method in class net.openhft.affinity.AffinityLock
 

E

equals(Object) - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
equals(Object) - Method in class net.openhft.affinity.impl.VersionHelper
 

F

FileLockBasedLockChecker - Class in net.openhft.affinity.lockchecker
 
FileLockBasedLockChecker() - Constructor for class net.openhft.affinity.lockchecker.FileLockBasedLockChecker
 
finalize() - Method in class net.openhft.affinity.AffinityLock
 
fromCpuInfo() - Static method in class net.openhft.affinity.impl.VanillaCpuLayout
 
fromCpuInfo(String) - Static method in class net.openhft.affinity.impl.VanillaCpuLayout
 
fromCpuInfo(InputStream) - Static method in class net.openhft.affinity.impl.VanillaCpuLayout
 
fromProperties(String) - Static method in class net.openhft.affinity.impl.VanillaCpuLayout
 
fromProperties(InputStream) - Static method in class net.openhft.affinity.impl.VanillaCpuLayout
 
fromProperties(Properties) - Static method in class net.openhft.affinity.impl.VanillaCpuLayout
 

G

getAffinity() - Static method in enum net.openhft.affinity.Affinity
 
getAffinity() - Method in interface net.openhft.affinity.IAffinity
 
getAffinity() - Method in enum net.openhft.affinity.impl.LinuxJNAAffinity
 
getAffinity() - Method in enum net.openhft.affinity.impl.NullAffinity
 
getAffinity() - Method in enum net.openhft.affinity.impl.OSXJNAAffinity
 
getAffinity() - Method in enum net.openhft.affinity.impl.PosixJNAAffinity
 
getAffinity() - Method in enum net.openhft.affinity.impl.SolarisJNAAffinity
 
getAffinity() - Method in enum net.openhft.affinity.impl.WindowsJNAAffinity
 
getAffinity() - Method in enum software.chronicle.enterprise.internals.impl.NativeAffinity
 
getAffinityImpl() - Static method in enum net.openhft.affinity.Affinity
 
getChannel() - Method in class net.openhft.affinity.lockchecker.LockReference
 
getCpu() - Static method in enum net.openhft.affinity.Affinity
 
getCpu() - Method in interface net.openhft.affinity.IAffinity
 
getCpu() - Method in enum net.openhft.affinity.impl.LinuxJNAAffinity
 
getCpu() - Method in enum net.openhft.affinity.impl.NullAffinity
 
getCpu() - Method in enum net.openhft.affinity.impl.OSXJNAAffinity
 
getCpu() - Method in enum net.openhft.affinity.impl.PosixJNAAffinity
 
getCpu() - Method in enum net.openhft.affinity.impl.SolarisJNAAffinity
 
getCpu() - Method in enum net.openhft.affinity.impl.WindowsJNAAffinity
 
getCpu() - Method in enum software.chronicle.enterprise.internals.impl.NativeAffinity
 
getDomainname() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getFieldOrder() - Method in class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
getFieldOrder() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getInstance() - Static method in class net.openhft.affinity.lockchecker.FileLockBasedLockChecker
 
getMachine() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getMetaInfo(int) - Method in class net.openhft.affinity.lockchecker.FileLockBasedLockChecker
 
getMetaInfo(int) - Method in interface net.openhft.affinity.lockchecker.LockChecker
 
getNodename() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getpid() - Static method in class net.openhft.affinity.impl.LinuxHelper
 
getPID() - Static method in enum net.openhft.affinity.LockCheck
 
getProcessForCpu(int) - Static method in enum net.openhft.affinity.LockCheck
 
getProcessId() - Method in interface net.openhft.affinity.IAffinity
 
getProcessId() - Method in enum net.openhft.affinity.impl.LinuxJNAAffinity
 
getProcessId() - Method in enum net.openhft.affinity.impl.NullAffinity
 
getProcessId() - Method in enum net.openhft.affinity.impl.OSXJNAAffinity
 
getProcessId() - Method in enum net.openhft.affinity.impl.PosixJNAAffinity
 
getProcessId() - Method in enum net.openhft.affinity.impl.SolarisJNAAffinity
 
getProcessId() - Method in enum net.openhft.affinity.impl.WindowsJNAAffinity
 
getProcessId() - Method in enum software.chronicle.enterprise.internals.impl.NativeAffinity
 
getRealeaseVersion() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getRelease() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getSysname() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getThreadId() - Static method in enum net.openhft.affinity.Affinity
 
getThreadId() - Static method in class net.openhft.affinity.AffinitySupport
Deprecated.
 
getThreadId() - Method in interface net.openhft.affinity.IAffinity
 
getThreadId() - Method in enum net.openhft.affinity.impl.LinuxJNAAffinity
 
getThreadId() - Method in enum net.openhft.affinity.impl.NullAffinity
 
getThreadId() - Method in enum net.openhft.affinity.impl.OSXJNAAffinity
 
getThreadId() - Method in enum net.openhft.affinity.impl.PosixJNAAffinity
 
getThreadId() - Method in enum net.openhft.affinity.impl.SolarisJNAAffinity
 
getThreadId() - Method in enum net.openhft.affinity.impl.WindowsJNAAffinity
 
getThreadId() - Method in enum software.chronicle.enterprise.internals.impl.NativeAffinity
 
getTid() - Method in enum net.openhft.affinity.impl.WindowsJNAAffinity
 
getVersion() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 

H

hashCode() - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
hashCode() - Method in class net.openhft.affinity.impl.VersionHelper
 

I

IAffinity - Interface in net.openhft.affinity
Implementation interface
INSTANCE - Static variable in class net.openhft.ticker.Ticker
 
is64Bit() - Static method in class net.openhft.affinity.impl.Utilities
 
isAllocated() - Method in class net.openhft.affinity.AffinityLock
 
isBound() - Method in class net.openhft.affinity.AffinityLock
 
isCpuFree(int) - Static method in enum net.openhft.affinity.LockCheck
 
isJNAAvailable() - Static method in enum net.openhft.affinity.Affinity
 
ISLINUX - Static variable in class net.openhft.affinity.impl.Utilities
 
isLockFree(int) - Method in class net.openhft.affinity.lockchecker.FileLockBasedLockChecker
 
isLockFree(int) - Method in interface net.openhft.affinity.lockchecker.LockChecker
 
isProcessRunning(long) - Static method in enum net.openhft.affinity.LockCheck
 
isSameOrNewer(VersionHelper) - Method in class net.openhft.affinity.impl.VersionHelper
 
ITicker - Interface in net.openhft.ticker
 

J

JNIClock - Enum in net.openhft.ticker.impl
JNI-based implementation, trying to use rdtsc() system call to access the most precise timer available

L

LinuxHelper - Class in net.openhft.affinity.impl
 
LinuxHelper() - Constructor for class net.openhft.affinity.impl.LinuxHelper
 
LinuxHelper.cpu_set_t - Class in net.openhft.affinity.impl
 
LinuxHelper.utsname - Class in net.openhft.affinity.impl
Structure describing the system and machine.
LinuxJNAAffinity - Enum in net.openhft.affinity.impl
 
LOADED - Static variable in enum net.openhft.affinity.impl.LinuxJNAAffinity
 
LOADED - Static variable in enum net.openhft.affinity.impl.PosixJNAAffinity
 
LOADED - Static variable in enum net.openhft.affinity.impl.WindowsJNAAffinity
 
LOADED - Static variable in enum net.openhft.ticker.impl.JNIClock
 
LOADED - Static variable in enum software.chronicle.enterprise.internals.impl.NativeAffinity
 
lock - Variable in class net.openhft.affinity.lockchecker.LockReference
 
LockCheck - Enum in net.openhft.affinity
 
LockChecker - Interface in net.openhft.affinity.lockchecker
 
LockReference - Class in net.openhft.affinity.lockchecker
 
LockReference(FileChannel, FileLock) - Constructor for class net.openhft.affinity.lockchecker.LockReference
 

M

machine - Variable in class net.openhft.affinity.impl.LinuxHelper.utsname
Name of the hardware type the system is running on.
main(String[]) - Static method in class net.openhft.affinity.main.AffinityTestMain
 
main(String...) - Static method in class net.openhft.affinity.MicroJitterSampler
 
majorMinorEquals(VersionHelper) - Method in class net.openhft.affinity.impl.VersionHelper
 
matches(int, int) - Method in interface net.openhft.affinity.AffinityStrategy
 
MAX_CPUS_SUPPORTED - Static variable in class net.openhft.affinity.impl.VanillaCpuLayout
 
MicroJitterSampler - Class in net.openhft.affinity
User: peter.lawrey Date: 30/06/13 Time: 13:13
MicroJitterSampler() - Constructor for class net.openhft.affinity.MicroJitterSampler
 

N

nanoTime() - Method in enum net.openhft.ticker.impl.JNIClock
 
nanoTime() - Method in enum net.openhft.ticker.impl.SystemClock
 
nanoTime() - Method in interface net.openhft.ticker.ITicker
 
nanoTime() - Static method in class net.openhft.ticker.Ticker
 
NativeAffinity - Enum in software.chronicle.enterprise.internals.impl
 
net.openhft.affinity - package net.openhft.affinity
 
net.openhft.affinity.impl - package net.openhft.affinity.impl
 
net.openhft.affinity.lockchecker - package net.openhft.affinity.lockchecker
 
net.openhft.affinity.main - package net.openhft.affinity.main
 
net.openhft.ticker - package net.openhft.ticker
 
net.openhft.ticker.impl - package net.openhft.ticker.impl
 
newThread(Runnable) - Method in class net.openhft.affinity.AffinityThreadFactory
 
NoCpuLayout - Class in net.openhft.affinity.impl
This assumes there is one socket with every cpu on a different core.
NoCpuLayout(int) - Constructor for class net.openhft.affinity.impl.NoCpuLayout
 
nodename - Variable in class net.openhft.affinity.impl.LinuxHelper.utsname
Name of this node on the network.
NullAffinity - Enum in net.openhft.affinity.impl
 

O

obtainLock(int, String) - Method in class net.openhft.affinity.lockchecker.FileLockBasedLockChecker
 
obtainLock(int, String) - Method in interface net.openhft.affinity.lockchecker.LockChecker
 
OSXJNAAffinity - Enum in net.openhft.affinity.impl
This is essentially the same as the NullAffinity implementation but with concrete support for getThreadId().

P

PosixJNAAffinity - Enum in net.openhft.affinity.impl
Implementation of IAffinity based on JNA call of sched_setaffinity(3)/sched_getaffinity(3) from 'c' library.
PROCESSORS - Static variable in class net.openhft.affinity.AffinityLock
 

R

release() - Method in class net.openhft.affinity.AffinityLock
Release the current AffinityLock which can be discarded.
release - Variable in class net.openhft.affinity.impl.LinuxHelper.utsname
Current release level of this implementation.
releaseLock(int) - Static method in enum net.openhft.affinity.LockCheck
 
releaseLock(int) - Method in class net.openhft.affinity.lockchecker.FileLockBasedLockChecker
 
releaseLock(int) - Method in interface net.openhft.affinity.lockchecker.LockChecker
 
RESERVED_AFFINITY - Static variable in class net.openhft.affinity.AffinityLock
 
resetAffinity() - Method in class net.openhft.affinity.AffinityLock
 
resetAffinity(boolean) - Method in class net.openhft.affinity.AffinityLock
 
resetToBaseAffinity() - Static method in enum net.openhft.affinity.Affinity
 
run() - Method in class net.openhft.affinity.MicroJitterSampler
 

S

sched_getaffinity() - Static method in class net.openhft.affinity.impl.LinuxHelper
 
sched_getcpu() - Static method in class net.openhft.affinity.impl.LinuxHelper
 
sched_setaffinity(BitSet) - Static method in class net.openhft.affinity.impl.LinuxHelper
 
sched_setaffinity(int, BitSet) - Static method in class net.openhft.affinity.impl.LinuxHelper
 
setAffinity(BitSet) - Static method in enum net.openhft.affinity.Affinity
 
setAffinity(int) - Static method in enum net.openhft.affinity.Affinity
 
setAffinity(BitSet) - Method in interface net.openhft.affinity.IAffinity
 
setAffinity(BitSet) - Method in enum net.openhft.affinity.impl.LinuxJNAAffinity
 
setAffinity(BitSet) - Method in enum net.openhft.affinity.impl.NullAffinity
 
setAffinity(BitSet) - Method in enum net.openhft.affinity.impl.OSXJNAAffinity
 
setAffinity(BitSet) - Method in enum net.openhft.affinity.impl.PosixJNAAffinity
 
setAffinity(BitSet) - Method in enum net.openhft.affinity.impl.SolarisJNAAffinity
 
setAffinity(BitSet) - Method in enum net.openhft.affinity.impl.WindowsJNAAffinity
 
setAffinity(BitSet) - Method in enum software.chronicle.enterprise.internals.impl.NativeAffinity
 
setThreadId() - Static method in enum net.openhft.affinity.Affinity
 
setThreadId() - Static method in class net.openhft.affinity.AffinitySupport
Deprecated.
 
socketId(int) - Method in interface net.openhft.affinity.CpuLayout
 
socketId(int) - Method in class net.openhft.affinity.impl.NoCpuLayout
 
socketId(int) - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
sockets() - Method in interface net.openhft.affinity.CpuLayout
 
sockets() - Method in class net.openhft.affinity.impl.NoCpuLayout
 
sockets() - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
software.chronicle.enterprise.internals.impl - package software.chronicle.enterprise.internals.impl
 
SolarisJNAAffinity - Enum in net.openhft.affinity.impl
This is essentially the same as the NullAffinity implementation but with concrete support for getThreadId().
syscall(int, Object...) - Static method in class net.openhft.affinity.impl.LinuxHelper
 
sysname - Variable in class net.openhft.affinity.impl.LinuxHelper.utsname
Name of the implementation of the operating system.
SystemClock - Enum in net.openhft.ticker.impl
Default implementation, use plain System.nanoTime()

T

threadId(int) - Method in interface net.openhft.affinity.CpuLayout
 
threadId(int) - Method in class net.openhft.affinity.impl.NoCpuLayout
 
threadId(int) - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
threadsPerCore() - Method in interface net.openhft.affinity.CpuLayout
 
threadsPerCore() - Method in class net.openhft.affinity.impl.NoCpuLayout
 
threadsPerCore() - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
Ticker - Class in net.openhft.ticker
Static factory for available ITicker interface implementation
ticks() - Method in enum net.openhft.ticker.impl.JNIClock
 
ticks() - Method in enum net.openhft.ticker.impl.SystemClock
 
ticks() - Method in interface net.openhft.ticker.ITicker
 
ticks() - Static method in class net.openhft.ticker.Ticker
 
toBinaryString(BitSet) - Static method in class net.openhft.affinity.impl.Utilities
 
toFile(int) - Method in class net.openhft.affinity.lockchecker.FileLockBasedLockChecker
 
toHexString(BitSet) - Static method in class net.openhft.affinity.impl.Utilities
Creates a hexademical representation of the bit set
toMicros(double) - Method in enum net.openhft.ticker.impl.JNIClock
 
toMicros(double) - Method in enum net.openhft.ticker.impl.SystemClock
 
toMicros(double) - Method in interface net.openhft.ticker.ITicker
 
toMicros(long) - Static method in class net.openhft.ticker.Ticker
 
toNanos(long) - Method in enum net.openhft.ticker.impl.JNIClock
 
toNanos(long) - Method in enum net.openhft.ticker.impl.SystemClock
 
toNanos(long) - Method in interface net.openhft.ticker.ITicker
 
toNanos(long) - Static method in class net.openhft.ticker.Ticker
 
toString() - Method in class net.openhft.affinity.AffinityLock
 
toString() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
toString() - Method in class net.openhft.affinity.impl.VanillaCpuLayout
 
toString() - Method in class net.openhft.affinity.impl.VersionHelper
 

U

Utilities - Class in net.openhft.affinity.impl
 
utsname() - Constructor for class net.openhft.affinity.impl.LinuxHelper.utsname
 

V

valueOf(String) - Static method in enum net.openhft.affinity.Affinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.affinity.AffinityStrategies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.affinity.impl.LinuxJNAAffinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.affinity.impl.NullAffinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.affinity.impl.OSXJNAAffinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.affinity.impl.PosixJNAAffinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.affinity.impl.SolarisJNAAffinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.affinity.impl.WindowsJNAAffinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.affinity.LockCheck
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.ticker.impl.JNIClock
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.ticker.impl.SystemClock
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.chronicle.enterprise.internals.impl.NativeAffinity
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.openhft.affinity.Affinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.affinity.AffinityStrategies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.affinity.impl.LinuxJNAAffinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.affinity.impl.NullAffinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.affinity.impl.OSXJNAAffinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.affinity.impl.PosixJNAAffinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.affinity.impl.SolarisJNAAffinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.affinity.impl.WindowsJNAAffinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.affinity.LockCheck
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.ticker.impl.JNIClock
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.ticker.impl.SystemClock
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.chronicle.enterprise.internals.impl.NativeAffinity
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaCpuLayout - Class in net.openhft.affinity.impl
 
version - Variable in class net.openhft.affinity.impl.LinuxHelper.utsname
Current version level of this release.
VersionHelper - Class in net.openhft.affinity.impl
 
VersionHelper(int, int, int) - Constructor for class net.openhft.affinity.impl.VersionHelper
 
VersionHelper(String) - Constructor for class net.openhft.affinity.impl.VersionHelper
 

W

WindowsJNAAffinity - Enum in net.openhft.affinity.impl
Implementation of IAffinity based on JNA call of sched_SetThreadAffinityMask/GetProcessAffinityMask from Windows 'kernel32' library.

_

__bits - Variable in class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
__CPU_CLR(int, LinuxHelper.cpu_set_t) - Static method in class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
__CPU_ISSET(int, LinuxHelper.cpu_set_t) - Static method in class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
__CPU_SET(int, LinuxHelper.cpu_set_t) - Static method in class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
__CPU_ZERO(LinuxHelper.cpu_set_t) - Static method in class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
__CPUELT(int) - Static method in class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
__CPUMASK(int) - Static method in class net.openhft.affinity.impl.LinuxHelper.cpu_set_t
 
_UTSNAME_LENGTH - Static variable in class net.openhft.affinity.impl.LinuxHelper.utsname
 
A B C D E F G H I J L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2022. All rights reserved.