Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSummaryStats |
ImmutableSummaryStats.Builder.build()
Builds a new
ImmutableSummaryStats . |
static ImmutableSummaryStats |
ImmutableSummaryStats.copyOf(SummaryStats instance)
Creates an immutable copy of a
SummaryStats value. |
ImmutableSummaryStats |
ImmutableSummaryStats.withAverageRunTime(Duration value)
Copy the current immutable object by setting a present value for the optional
averageRunTime attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withAverageRunTime(Optional<? extends Duration> optional)
Copy the current immutable object by setting an optional value for the
averageRunTime attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withFastestRunTime(Duration value)
Copy the current immutable object by setting a present value for the optional
fastestRunTime attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withFastestRunTime(Optional<? extends Duration> optional)
Copy the current immutable object by setting an optional value for the
fastestRunTime attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withNumCanceledRuns(long value)
Copy the current immutable object by setting a value for the
numCanceledRuns attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withNumFailedRuns(long value)
Copy the current immutable object by setting a value for the
numFailedRuns attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withNumRunningRuns(long value)
Copy the current immutable object by setting a value for the
numRunningRuns attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withNumSlaViolations(long value)
Copy the current immutable object by setting a value for the
numSlaViolations attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withNumSuccessfulRuns(long value)
Copy the current immutable object by setting a value for the
numSuccessfulRuns attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withSlowestRunTime(Duration value)
Copy the current immutable object by setting a present value for the optional
slowestRunTime attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withSlowestRunTime(Optional<? extends Duration> optional)
Copy the current immutable object by setting an optional value for the
slowestRunTime attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withTotalBytesReadFromSource(long value)
Copy the current immutable object by setting a value for the
totalBytesReadFromSource attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withTotalLogicalBackupSizeBytes(long value)
Copy the current immutable object by setting a value for the
totalLogicalBackupSizeBytes attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withTotalPhysicalBackupSizeBytes(long value)
Copy the current immutable object by setting a value for the
totalPhysicalBackupSizeBytes attribute. |
ImmutableSummaryStats |
ImmutableSummaryStats.withTotalRunTime(Duration value)
Copy the current immutable object by setting a value for the
totalRunTime attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.