Package | Description |
---|---|
com.hp.api |
Basic building blocks for constructing APIs.
|
com.hp.sdn.adm |
Definitions of the domain model and services specific to the
Administrator tier of the SDN Controller.
|
com.hp.util.snmp.command |
Various SNMP command representations and related codecs.
|
Modifier and Type | Method and Description |
---|---|
static <D,E,C> Result<D,E,C> |
Result.createCanceledResult(C cause)
Creates a canceled result.
|
static <D,E,C> Result<D,E,C> |
Result.createFailureResult(E error)
Creates a failure result.
|
static <D,E,C> Result<D,E,C> |
Result.createSuccessResult()
Creates a success result with no result data.
|
static <D,E,C> Result<D,E,C> |
Result.createSuccessResult(D resultData)
Creates a success result.
|
Modifier and Type | Method and Description |
---|---|
<R,I> Collection<Pair<SystemInformation,Result<R,Exception,TeammateCommandExecutorService.CancellationCause>>> |
TeammateCommandExecutorService.execute(TeammateCommandExecutorService.Command<R,I,SystemInformation> command,
I input)
Executes a command across the team (After a team has been created).
|
<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).
|
Modifier and Type | Method and Description |
---|---|
void |
TeammateCommandExecutorService.CommandListener.commandExecuted(T teammate,
Result<R,Exception,TeammateCommandExecutorService.CancellationCause> result)
Notifies a command has been processed.
|
Modifier and Type | Method and Description |
---|---|
Result<Void,E,Void> |
CommandProcessor.executeSynchronously(List<Command<I>> commands,
Long timeout)
Synchronously executes commands.
|
Result<Void,SnmpErrorDescriptor,Void> |
SnmpCommandProcessor.executeSynchronously(List<Command<Oid>> commands,
Long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
CommandExecutionListener.commandsExecuted(List<Command<I>> commands,
Result<Void,E,Void> result)
Method called when a set of commands have been executed.
|
Copyright © 2015. All Rights Reserved.