| Package | Description |
|---|---|
| com.h3c.sdn.misc |
Miscellaneous SDN-specific utilities and auxiliaries for use as part
of implementations in either tier; entities provided within cannot not
be used as part of the mutual interface between the tiers however.
|
| com.h3c.util.health |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainHealth
Instances of this class denote the health of a Control Domain.
|
class |
LocationHealth
Instances of this class denote the health of a location.
|
class |
VsnHealth
Instances of this class denote the health of a VSN.
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends Enum<C>> |
HealthUtils.decode(String blueprint)
Produces an instance of health from a blueprint string previously generated via
the
HealthUtils.encode(Health) method. |
| Modifier and Type | Method and Description |
|---|---|
<C extends Enum<C>> |
StateAggregator.aggregate(Health<C> health)
Applies the aggregation computation and sets the result as
the aggregate state on the specified health object.
|
int |
Health.compareTo(Health<C> o)
Compares this Health instance to the specified Health instance and
returns a value consistent with the contract for Comparable.
|
static <C extends Enum<C>> |
HealthUtils.encode(Health<C> health)
Takes a health instance and produces a string representation of that instance, which
can later be used to reconstitute an equivalent instance, via the
decode(String)
method. |
Copyright © 2014. All Rights Reserved.