Package | Description |
---|---|
com.hp.sdn.adm |
Definitions of the domain model and services specific to the
Administrator tier of the SDN Controller.
|
com.hp.sdn.system |
Definitions of the domain model pertaining to the SDN Controller system.
|
com.hp.sdn.teaming |
Teaming services and concepts.
|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
TeammateCommandExecutorService.Command<R,I,T extends Addressable<IpAddress>>
Command.
|
static interface |
TeammateCommandExecutorService.CommandListener<R,T extends Addressable<IpAddress>>
Command listener.
|
Modifier and Type | Method and Description |
---|---|
<R,I,T extends Addressable<IpAddress>> |
TeammateCommandExecutorService.execute(TeammateCommandExecutorService.Command<R,I,T> command,
I input,
Collection<T> teammates)
Executes a command across a potential team (Before the team has been
created).
|
<R,I,T extends Addressable<IpAddress>> |
TeammateCommandExecutorService.execute(TeammateCommandExecutorService.Command<R,I,T> command,
I input,
Collection<T> teammates,
TeammateCommandExecutorService.CommandListener<R,T> listener)
Executes a command across a potential team (Before the team has been
created).
|
Modifier and Type | Class and Description |
---|---|
class |
SystemInformation
Descriptor holding the basic information required to represent the system
information.
|
Modifier and Type | Class and Description |
---|---|
static class |
TeamConfiguration.MemberConfiguration
MemberConfiguration class holds the
Host and priority of a
member of the team. |
Modifier and Type | Class and Description |
---|---|
class |
Host
Represents a host simply as a binding of IP address and port number.
|
Copyright © 2015. All Rights Reserved.