| Modifier and Type | Method and Description |
|---|---|
PerfMonSample |
PerfMonSample.withCoreCount(Integer coreCount)
Set the coreCount value.
|
PerfMonSample |
PerfMonSample.withInstanceName(String instanceName)
Set the instanceName value.
|
PerfMonSample |
PerfMonSample.withTime(org.joda.time.DateTime time)
Set the time value.
|
PerfMonSample |
PerfMonSample.withValue(Double value)
Set the value value.
|
| Modifier and Type | Method and Description |
|---|---|
List<PerfMonSample> |
PerfMonSet.values()
Get the values value.
|
| Modifier and Type | Method and Description |
|---|---|
PerfMonSet |
PerfMonSet.withValues(List<PerfMonSample> values)
Set the values value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/