Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Class and Description |
---|---|
class |
PatchInsertInstruction
An operation that inserts a value into an array, shifting array items as necessary and handling
NOT_FOUND exceptions by creating the implied containing structure.
|
class |
PatchMergeInstruction
An operation that recursively updates items of the selection, or adding the value if the
selection is empty.
|
class |
PatchRemoveInstruction
An operation that deletes items, ignoring NOT_FOUND exceptions.
|
Modifier and Type | Method and Description |
---|---|
List<PatchInstruction> |
PatchShardedDatabaseDetails.getItems()
List of patch instructions.
|
Modifier and Type | Method and Description |
---|---|
PatchShardedDatabaseDetails.Builder |
PatchShardedDatabaseDetails.Builder.items(List<PatchInstruction> items)
List of patch instructions.
|
Constructor and Description |
---|
PatchShardedDatabaseDetails(List<PatchInstruction> items)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.