Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableDiskBlock
Immutable implementation of
DiskBlock . |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<DiskBlock> |
ImmutableDisk.diskBlocks()
Array of Disk Blocks.
|
List<DiskBlock> |
Disk.diskBlocks()
Array of Disk Blocks.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDisk.Builder |
ImmutableDisk.Builder.addDiskBlocks(DiskBlock... elements)
Adds elements to
diskBlocks list. |
ImmutableDisk.Builder |
ImmutableDisk.Builder.addDiskBlocks(DiskBlock element)
Adds one element to
diskBlocks list. |
static ImmutableDiskBlock |
ImmutableDiskBlock.copyOf(DiskBlock instance)
Creates an immutable copy of a
DiskBlock value. |
ImmutableDiskBlock.Builder |
ImmutableDiskBlock.Builder.from(DiskBlock instance)
Fill a builder with attribute values from the provided
DiskBlock instance. |
ImmutableDisk |
ImmutableDisk.withDiskBlocks(DiskBlock... elements)
Copy the current immutable object with elements that replace the content of
diskBlocks . |
Modifier and Type | Method and Description |
---|---|
ImmutableDisk.Builder |
ImmutableDisk.Builder.addAllDiskBlocks(Iterable<? extends DiskBlock> elements)
Adds elements to
diskBlocks list. |
ImmutableDisk.Builder |
ImmutableDisk.Builder.diskBlocks(Iterable<? extends DiskBlock> elements)
Sets or replaces all elements for
diskBlocks list. |
ImmutableDisk |
ImmutableDisk.withDiskBlocks(Iterable<? extends DiskBlock> elements)
Copy the current immutable object with elements that replace the content of
diskBlocks . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.