| Package | Description |
|---|---|
| org.cloudfoundry.doppler |
| Modifier and Type | Method and Description |
|---|---|
ContainerMetric.Builder |
ContainerMetric.Builder.applicationId(String applicationId)
Initializes the value for the
applicationId attribute. |
static ContainerMetric.Builder |
ContainerMetric.builder()
Creates a builder for
ContainerMetric. |
ContainerMetric.Builder |
ContainerMetric.Builder.cpuPercentage(Double cpuPercentage)
Initializes the value for the
cpuPercentage attribute. |
ContainerMetric.Builder |
ContainerMetric.Builder.diskBytes(Long diskBytes)
Initializes the value for the
diskBytes attribute. |
ContainerMetric.Builder |
ContainerMetric.Builder.diskBytesQuota(Long diskBytesQuota)
Initializes the value for the
diskBytesQuota attribute. |
ContainerMetric.Builder |
ContainerMetric.Builder.from(ContainerMetric instance)
Fill a builder with attribute values from the provided
ContainerMetric instance. |
ContainerMetric.Builder |
ContainerMetric.Builder.instanceIndex(Integer instanceIndex)
Initializes the value for the
instanceIndex attribute. |
ContainerMetric.Builder |
ContainerMetric.Builder.memoryBytes(Long memoryBytes)
Initializes the value for the
memoryBytes attribute. |
ContainerMetric.Builder |
ContainerMetric.Builder.memoryBytesQuota(Long memoryBytesQuota)
Initializes the value for the
memoryBytesQuota attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.