Package | Description |
---|---|
net.openhft.affinity |
Modifier and Type | Class and Description |
---|---|
class |
NonForkingAffinityLock |
Modifier and Type | Method and Description |
---|---|
static AffinityLock |
Affinity.acquireCore() |
static AffinityLock |
AffinityLock.acquireCore()
Assign any free core to this thread.
|
static AffinityLock |
NonForkingAffinityLock.acquireCore()
Assign any free core to this thread.
|
static AffinityLock |
Affinity.acquireCore(boolean bind) |
static AffinityLock |
AffinityLock.acquireCore(boolean bind)
Assign a core(and all its cpus) which can be bound to the current thread or another thread.
|
static AffinityLock |
NonForkingAffinityLock.acquireCore(boolean bind)
Assign a core(and all its cpus) which can be bound to the current thread or another thread.
|
static AffinityLock |
Affinity.acquireLock() |
static AffinityLock |
AffinityLock.acquireLock()
Assign any free cpu to this thread.
|
static AffinityLock |
NonForkingAffinityLock.acquireLock()
Assign any free cpu to this thread.
|
AffinityLock |
AffinityLock.acquireLock(AffinityStrategy... strategies)
Give another affinity lock relative to this one based on a list of strategies.
|
static AffinityLock |
Affinity.acquireLock(boolean bind) |
static AffinityLock |
AffinityLock.acquireLock(boolean bind)
Assign a cpu which can be bound to the current thread or another thread.
|
static AffinityLock |
NonForkingAffinityLock.acquireLock(boolean bind)
Assign a cpu which can be bound to the current thread or another thread.
|
Copyright © 2018. All rights reserved.