| Package | Description |
|---|---|
| com.github.ltsopensource.jobtracker.channel | |
| com.github.ltsopensource.jobtracker.domain |
| Modifier and Type | Method and Description |
|---|---|
ChannelWrapper |
ChannelManager.getChannel(String nodeGroup,
NodeType nodeType,
String identity)
根据 节点唯一编号得到 channel
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelWrapper> |
ChannelManager.getChannels(String nodeGroup,
NodeType nodeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelManager.offerChannel(ChannelWrapper channel)
添加channel
|
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 © 2016. All rights reserved.