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.
acquireCore() - Static method in class net.openhft.affinity.NonForkingAffinityLock
Assign any free core to this thread.
acquireCore(boolean) - Static method in class net.openhft.affinity.NonForkingAffinityLock
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(AffinityStrategy...) - Method in class net.openhft.affinity.AffinityLock
Give another affinity lock relative to this one based on a list of strategies.
acquireLock() - Static method in class net.openhft.affinity.NonForkingAffinityLock
Assign any free cpu to this thread.
acquireLock(boolean) - Static method in class net.openhft.affinity.NonForkingAffinityLock
Assign a cpu which can be bound to the current thread or another thread.
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.
 
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.
bind(boolean) - Method in class net.openhft.affinity.NonForkingAffinityLock
 

C

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
 
cpuLayout(CpuLayout) - Static method in class net.openhft.affinity.NonForkingAffinityLock
Set the CPU layout for this machine.
cpuLayout() - Static method in class net.openhft.affinity.NonForkingAffinityLock
 
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
 
dumpLocks() - Static method in class net.openhft.affinity.NonForkingAffinityLock
 

E

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

F

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
 
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
 
getMachine() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getNodename() - Method in class net.openhft.affinity.impl.LinuxHelper.utsname
 
getpid() - Static method in class net.openhft.affinity.impl.LinuxHelper
 
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 enum net.openhft.affinity.impl.PosixJNAAffinity
 
isAllocated() - Method in class net.openhft.affinity.AffinityLock
 
isBound() - Method in class net.openhft.affinity.AffinityLock
 
isJNAAvailable() - Static method in enum net.openhft.affinity.Affinity
 
isSameOrNewer(VersionHelper) - Method in class net.openhft.affinity.impl.VersionHelper
 
ITicker - Interface in net.openhft.ticker
Created by peter on 13/07/15.

J

java.lang - package java.lang
 
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
 

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.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.osgi - package net.openhft.affinity.osgi
 
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.
NonForkingAffinityLock - Class in net.openhft.affinity
 
NullAffinity - Enum in net.openhft.affinity.impl
 

O

OSGiPlaceholder - Class in net.openhft.affinity.osgi
A placeholder to have some plugin works
OSGiPlaceholder() - Constructor for class net.openhft.affinity.osgi.OSGiPlaceholder
 
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.
release() - Method in class net.openhft.affinity.NonForkingAffinityLock
 
RESERVED_AFFINITY - Static variable in class net.openhft.affinity.AffinityLock
 
resetToBaseAffinity() - Static method in enum net.openhft.affinity.Affinity
 

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
 
setAffinity(int) - Static method in enum net.openhft.affinity.Affinity
 
setAffinity(BitSet) - 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().
started(Thread) - Method in interface java.lang.ThreadLifecycleListener
The specified thread is about to be started.
started(Thread) - Method in class net.openhft.affinity.NonForkingAffinityLock
 
startFailed(Thread) - Method in interface java.lang.ThreadLifecycleListener
The specified thread failed to start.
startFailed(Thread) - Method in class net.openhft.affinity.NonForkingAffinityLock
 
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

terminated(Thread) - Method in interface java.lang.ThreadLifecycleListener
The specified thread has been terminated.
terminated(Thread) - Method in class net.openhft.affinity.NonForkingAffinityLock
 
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
 
ThreadLifecycleListener - Interface in java.lang
A listener for various events in a Thread's life: creation, termination, etc.
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
 
ThreadTrackingGroup - Class in java.lang
A wrapper of ThreadGroup that tracks the creation and termination of threads.
ThreadTrackingGroup(ThreadGroup, ThreadLifecycleListener) - Constructor for class java.lang.ThreadTrackingGroup
 
Ticker - Class in net.openhft.ticker
Static factory for available ITicker interface implementation
Ticker() - Constructor for class net.openhft.ticker.Ticker
 
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
 
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
Created by andre on 20/06/15.
Utilities() - Constructor for class net.openhft.affinity.impl.Utilities
 
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.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.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 © 2017. All rights reserved.