| Package | Description |
|---|---|
| com.h3c.of.ctl |
Public API for the OpenFlow Controller.
|
| com.h3c.of.json |
JSON factory and codecs for Openflow structures.
|
| 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.teamcs |
...
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerStatsAdapter
An adapter for the
ControllerStats API, provided specifically for
unit tests to use, to insulate themselves from changes in the API. |
| Modifier and Type | Method and Description |
|---|---|
ControllerStats |
ControllerService.getStats()
Returns statistical information about the controller.
|
ControllerStats |
ControllerServiceAdapter.getStats() |
| Modifier and Type | Method and Description |
|---|---|
ControllerStats |
ControllerStatsCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
ControllerStatsCodec.encode(ControllerStats pojo) |
| Modifier and Type | Method and Description |
|---|---|
ControllerStats |
RemoteControllerService.getStats(SystemInformation system)
Returns statistical information about the controller.
|
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,ControllerStats> |
TeamControllerService.getStats()
Returns statistical information about the controller.
|
Copyright © 2014. All Rights Reserved.