Package | Description |
---|---|
com.streamscape.ds.schema.event | |
com.streamscape.lib.concurrent | |
com.streamscape.sef.exchange | |
com.streamscape.sef.network.tlp |
Modifier and Type | Method and Description |
---|---|
void |
Actor.setParallelWorkers(ThreadPoolType poolType,
int poolSize,
int threshold) |
Modifier and Type | Field and Description |
---|---|
static ThreadPoolType |
ThreadPoolType.DYNAMIC
Pool contains a non-fixed number of threads.
|
static ThreadPoolType |
ThreadPoolType.FIXED
Pool contains a fixed number of threads.
|
Modifier and Type | Method and Description |
---|---|
ThreadPoolType |
FabricThreadPool.getType()
Returns a type of the pool.
|
static ThreadPoolType |
ThreadPoolType.valueOf(java.lang.String name) |
static ThreadPoolType[] |
ThreadPoolType.values() |
Modifier and Type | Method and Description |
---|---|
FabricThreadPool |
FabricThreadManager.createDaemonThreadPool(ThreadPoolType type,
java.lang.String name,
java.lang.String description,
int threadsNumber)
Creates a new pool of daemon threads.
|
FabricThreadPool |
FabricThreadManager.createDaemonThreadPool(ThreadPoolType type,
java.lang.String name,
java.lang.String description,
int minThreadsNumber,
int maxThreadsNumber,
int maxQueueSize)
Creates a new pool of daemon threads.
|
FabricThreadPool |
FabricThreadManager.createThreadPool(ThreadPoolType type,
java.lang.String name,
java.lang.String description,
int threadsNumber)
Creates a new pool of threads.
|
FabricThreadPool |
FabricThreadManager.createThreadPool(ThreadPoolType type,
java.lang.String name,
java.lang.String description,
int minThreadsNumber,
int maxThreadsNumber,
int maxQueueSize)
Creates a new pool of threads.
|
Modifier and Type | Field and Description |
---|---|
static ThreadPoolType |
FabricExchange.DEFAULT_SYSTEM_WORKER_POOL_TYPE |
static ThreadPoolType |
FabricExchange.DEFAULT_WORKER_POOL_TYPE |
Modifier and Type | Method and Description |
---|---|
ThreadPoolType |
FabricExchange.getSystemWorkerPoolType()
Returns a type of the internal thread pool.
|
ThreadPoolType |
FabricExchange.getWorkerPoolType()
Returns a type of the main thread pool.
|
Modifier and Type | Method and Description |
---|---|
void |
FabricExchange.setSystemWorkerPoolType(ThreadPoolType poolType)
Sets a type of the internal thread pool.
|
void |
FabricExchange.setWorkerPoolType(ThreadPoolType poolType)
Sets a type of the main thread pool.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setRequestThreadPool(ThreadPoolType poolType,
int poolSize) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.