public static final class IPCSupport.CONTEXT_PROPERTIES
extends java.lang.Object
ContextHandle
,
these settings are used to create a Context
Solclient.createContextForHandle()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IPC_SHM_SPIN
Use -1 to hard spin, and >= 0 to spin that many times before
blocking.
|
static java.lang.String |
IPC_SHM_THREAD_AFFINITY
The desired affinity mask for the Context IPC shared memory thread.
|
static java.lang.String |
IPC_SHM_THREAD_AFFINITY_CPU_LIST
The desired thread affinity CPU list for the Context IPC shared memory thread.
|
static java.lang.String |
THREAD_AFFINITY
The desired thread affinity mask for the Context thread.
|
static java.lang.String |
THREAD_AFFINITY_CPU_LIST
The desired thread affinity CPU list for the Context thread.
|
Constructor and Description |
---|
CONTEXT_PROPERTIES() |
public static final java.lang.String THREAD_AFFINITY
public static final java.lang.String THREAD_AFFINITY_CPU_LIST
public static final java.lang.String IPC_SHM_THREAD_AFFINITY
public static final java.lang.String IPC_SHM_THREAD_AFFINITY_CPU_LIST
public static final java.lang.String IPC_SHM_SPIN
Copyright 2004-2024 Solace Corporation. All rights reserved.