| Package | Description |
|---|---|
| com.h3c.dist.sync | |
| com.h3c.sdn.adm.rsdoc |
Services for registering and tracking various REST API documentation
providers.
|
| 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.app |
Application management and tracking service interfaces.
|
| com.h3c.sdn.team |
Teaming services and concepts universally available to all
modules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncService.unregisterListener(SyncServiceUser watcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
RSDocRegistry.remove(String name)
Removes a REST API documentation provider from the registry.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseData |
TeamConfigTransferService.destroyTeam(IpAddress member)
Propagate a team deletion to the given member.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationService.getApplication(String appId)
Returns the application with the given unique id.
|
File |
ApplicationService.getArchive(Application app)
Retrieves the application archive.
|
| Modifier and Type | Method and Description |
|---|---|
List<TeamActionStatus<Boolean>> |
TeamConfigurationService.destroy(boolean externalRequest)
Destroys/deletes a team.
|
TeamConfig<SystemConfigReq> |
TeamConfigurationService.get()
Gets cached team configuration
|
TeamConfig<SystemConfigRsp> |
TeamConfigurationService.getStatus(boolean externalRequest)
Gets team status from all reachable nodes
|
void |
TeamConfigurationService.triggerElection()
Trigger leader election.
|
Copyright © 2014. All Rights Reserved.