Package | Description |
---|---|
com.lts.job.common.cluster | |
com.lts.job.common.domain |
Modifier and Type | Method and Description |
---|---|
NodeType |
Node.getNodeType() |
static NodeType |
PathUtils.parseNodeType(String path) |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<NodeType> |
Node.getListenNodeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
Node.addListenNodeType(NodeType nodeType) |
static List<Node> |
NodeManager.getNodeList(NodeType nodeType) |
static String |
PathUtils.getPath(NodeType nodeType) |
void |
Node.setNodeType(NodeType nodeType) |
Modifier and Type | Method and Description |
---|---|
void |
Node.setListenNodeTypes(List<NodeType> listenNodeTypes) |
Modifier and Type | Method and Description |
---|---|
NodeType |
JobNodeConfig.getNodeType() |
Modifier and Type | Method and Description |
---|---|
void |
JobNodeConfig.setNodeType(NodeType nodeType) |
Copyright © 2014. All Rights Reserved.