| Modifier and Type | Method and Description |
|---|---|
PerfMonSet |
PerfMonSet.withEndTime(org.joda.time.DateTime endTime)
Set end time of the period.
|
PerfMonSet |
PerfMonSet.withName(String name)
Set unique key name of the counter.
|
PerfMonSet |
PerfMonSet.withStartTime(org.joda.time.DateTime startTime)
Set start time of the period.
|
PerfMonSet |
PerfMonSet.withTimeGrain(String timeGrain)
Set presented time grain.
|
PerfMonSet |
PerfMonSet.withValues(List<PerfMonSample> values)
Set collection of workers that are active during this time.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/