| Package | Description |
|---|---|
| com.h3c.sdn.adm |
Definitions of the domain model and services specific to the
Administrator tier of the VCF Controller.
|
| com.h3c.sdn.adm.common.converter |
Utility classes to do conversions.
|
| 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.util.tuple |
| 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 |
|---|---|
static Pair<TeamConfig<SystemConfigReq>,Boolean> |
TeamConfigJsonConverter.decodeReq(String json)
Decodes a team configuration request from JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<List<AuditLogEntry>,DataSize> |
AuditLogTransferService.get(SystemInformation self,
SystemInformation system,
Date from)
Requests audit logs from the given system.
|
Pair<List<Alert>,DataSize> |
AlertTransferService.get(SystemInformation self,
SystemInformation system,
Date from)
Requests alerts from the given system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Quadruplet<T1,T2,T3,T4>
In mathematics and computer science a tuple captures the intuitive notion
of an ordered list of elements.
|
class |
Triplet<T1,T2,T3>
In mathematics and computer science a tuple captures the intuitive notion
of an ordered list of elements.
|
| Modifier and Type | Method and Description |
|---|---|
static <TT1,TT2> Pair<TT1,TT2> |
Pair.valueOf(TT1 first,
TT2 second)
Creates a new 2-tuple using the given values.
|
Copyright © 2014. All Rights Reserved.