| Package | Description |
|---|---|
| com.h3c.sdn.adm.common.converter |
Utility classes to do conversions.
|
| com.h3c.sdn.api |
Definitions of services for driving outbound external communications for
interacting with peers and integrating with other external applications,
e.g.
|
| com.h3c.sdn.team |
Teaming services and concepts universally available to all
modules.
|
| Modifier and Type | Method and Description |
|---|---|
static TeamConfig<SystemConfigRsp> |
TeamConfigJsonConverter.decodeRsp(String json)
Decodes a team configuration response from JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<TeamConfig<SystemConfigReq>,Boolean> |
TeamConfigJsonConverter.decodeReq(String json)
Decodes a team configuration request from JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TeamConfigJsonConverter.encodeReq(TeamConfig<SystemConfigReq> team)
Converts a team configuration request to a JSON format.
|
static String |
TeamConfigJsonConverter.encodeReq(TeamConfig<SystemConfigReq> team,
boolean forwardRequest)
Converts a team configuration request to a JSON format.
|
static String |
TeamConfigJsonConverter.encodeRsp(TeamConfig<SystemConfigRsp> team)
Converts a team status response to a JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
TeamConfig<SystemConfigReq> |
TeamConfigTransferService.getConfiguration(IpAddress member)
Gets the cached team configuration from a particular member.
|
TeamConfig<SystemConfigRsp> |
TeamConfigTransferService.getStatus(IpAddress member)
Gets the team configuration from a particular member.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseData |
TeamConfigTransferService.createTeam(TeamConfig<SystemConfigReq> team,
IpAddress member)
Propagates a team creation action to the given member.
|
| Modifier and Type | Method and Description |
|---|---|
TeamConfig<SystemConfigReq> |
TeamConfigurationService.get()
Gets cached team configuration
|
TeamConfig<SystemConfigRsp> |
TeamConfigurationService.getStatus(boolean externalRequest)
Gets team status from all reachable nodes
|
TeamConfig<SystemConfigReq> |
TeamInformationService.getTeamConfig()
Gets the team configuration.
|
TeamConfig<SystemConfigReq> |
TeamConfigPersistenceService.read()
Get the team configuration from a persistence storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeamConfigListener.configChanged(TeamConfig<SystemConfigReq> teamConfig) |
List<TeamActionStatus<Boolean>> |
TeamConfigurationService.create(TeamConfig<SystemConfigReq> teamConfig,
boolean externalRequest)
Creates a team.
|
boolean |
TeamConfigPersistenceService.write(TeamConfig<SystemConfigReq> teamConfig)
Writes the team configuration on to a persistence storage.
|
Copyright © 2014. All Rights Reserved.