| Package | Description |
|---|---|
| com.h3c.sdn.ctl.diag |
Model objects for path diagnostic application.
|
| com.h3c.sdn.diag |
Definitions of the path diagnostic service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiagPacket
Contains the packet, packet identifier and last sent time stamp.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PacketSortComparator.compare(PacketModel arg0,
PacketModel arg1) |
| Modifier and Type | Method and Description |
|---|---|
PacketModel |
PathDiagnosticService.findPacketModel(String pid)
Returns the packet model for the specified packet ID.
|
PacketModel |
PathDiagnosticService.registerPacket(Packet packet)
Registers and returns a packet model for the specified packet.
|
PacketModel |
PathDiagnosticService.unregisterPacket(String pid)
Unregisters the packet model with the specified packet ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<PacketModel> |
PathDiagnosticService.getPacketModels(ProtocolId packetType)
Returns all registered packet models present in the system.
|
Copyright © 2014. All Rights Reserved.