public final class ThreadPoolType
extends java.lang.Enum
Title: Framework Support Library
Description: Defines a type of FabricThreadPool
.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ThreadPoolType |
DYNAMIC
Pool contains a non-fixed number of threads.
|
static ThreadPoolType |
FIXED
Pool contains a fixed number of threads.
|
Modifier and Type | Method and Description |
---|---|
static ThreadPoolType |
valueOf(java.lang.String name) |
static ThreadPoolType[] |
values() |
public static final ThreadPoolType FIXED
public static final ThreadPoolType DYNAMIC
public static ThreadPoolType[] values()
public static ThreadPoolType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.