| Package | Description |
|---|---|
| com.h3c.sdn.adm.dao.model |
Model POJOs implementations used to persist and retrieve information
applicable at the Administrator tier of the SDN Controller.
|
| 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.system |
Definitions of the domain model pertaining to the SDN Controller system.
|
| com.h3c.sdn.version |
Controller software version information.
|
| com.h3c.util.version |
| Modifier and Type | Method and Description |
|---|---|
BuildVersion |
SystemInformationEntity.getBuildVersion()
Gets the build version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemInformationEntity.setBuildVersion(BuildVersion buildVersion)
Sets the build version.
|
| Constructor and Description |
|---|
SystemInformationEntity(UUID uid,
SystemRole role,
BuildVersion buildVersion,
IpAddress ipAddress,
boolean isSelf)
Creates a new system information entity.
|
| Modifier and Type | Method and Description |
|---|---|
BuildVersion |
TeamConfigTransferService.getVersion(IpAddress member)
Gets the system version from a particular member.
|
| Modifier and Type | Method and Description |
|---|---|
BuildVersion |
SystemInformation.version()
Returns the software version of the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemInformation.setVersion(BuildVersion version)
Set the software version of the system.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildVersion |
BuildData.getCurrentBuild()
Returns the current build version for the SDN controller project.
|
| Modifier and Type | Method and Description |
|---|---|
BuildVersion |
ReleaseCandidate.getBuildVersion()
Returns the build version for this release candidate.
|
static BuildVersion |
BuildVersion.valueOf(int major,
int minor,
int patch,
String build)
Returns the build version instance that the specified integer
parameters represent.
|
static BuildVersion |
BuildVersion.valueOf(String buildVersionStr)
Returns the build version instance that the specified string
represents.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BuildVersion.compareTo(BuildVersion bv) |
static ReleaseVersion |
ReleaseVersion.valueOf(BuildVersion bv)
Returns a release version wrapping the given build version.
|
static ReleaseCandidate |
ReleaseCandidate.valueOf(int candidateNumber,
BuildVersion theBuild,
Date buildDate,
boolean official)
Returns a ReleaseCandidate instance populated with the given parameters.
|
Copyright © 2014. All Rights Reserved.