Package | Description |
---|---|
com.lts.job.tracker.channel | |
com.lts.job.tracker.domain |
Modifier and Type | Method and Description |
---|---|
static ChannelWrapper |
ChannelManager.getChannel(String nodeGroup,
com.lts.job.common.cluster.NodeType nodeType,
String identity)
根据 节点唯一编号得到 channel
|
Modifier and Type | Method and Description |
---|---|
static List<ChannelWrapper> |
ChannelManager.getChannels(String nodeGroup,
com.lts.job.common.cluster.NodeType nodeType) |
Modifier and Type | Method and Description |
---|---|
static void |
ChannelManager.offerChannel(ChannelWrapper channel)
添加channel
|
static void |
ChannelManager.removeChannel(ChannelWrapper channel) |
Modifier and Type | Field and Description |
---|---|
ChannelWrapper |
TaskTrackerNode.channel |
ChannelWrapper |
JobClientNode.channel |
Modifier and Type | Method and Description |
---|---|
ChannelWrapper |
TaskTrackerNode.getChannel() |
ChannelWrapper |
JobClientNode.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
TaskTrackerNode.setChannel(ChannelWrapper channel) |
void |
JobClientNode.setChannel(ChannelWrapper channel) |
Constructor and Description |
---|
JobClientNode(String nodeGroup,
String identity,
ChannelWrapper channel) |
TaskTrackerNode(String nodeGroup,
int availableThread,
String identity,
ChannelWrapper channel) |
Copyright © 2014. All Rights Reserved.