| 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.perf.api | |
| com.h3c.util.perf.model |
| Modifier and Type | Method and Description |
|---|---|
Collection<Perf> |
PerfComponent.getAllPerfs() |
Collection<Perf> |
PerfService.getAllPerfs()
Return all measured performance metrics.
|
| Modifier and Type | Method and Description |
|---|---|
Perf |
PerfMetricsProvider.addPerfIfAbsent(String perfName)
Add a new performance monitor if one has not existed, else return the
existing one.
|
Perf |
PerfMetricsProvider.getPerf(String perfName)
Retrieve the
Perf instance for the given name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Perf> |
PerfMetricsProvider.getAllPerfs()
Get all
Perf's. |
| Modifier and Type | Method and Description |
|---|---|
Perf |
MetricsCache.addPerfIfAbsent(String perfName) |
Perf |
MetricsCache.getPerf(String perfName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Perf> |
MetricsCache.getAllPerfs() |
Copyright © 2014. All Rights Reserved.