Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static TablespaceSummary.SegmentSpaceManagement |
TablespaceSummary.SegmentSpaceManagement.create(String key) |
TablespaceSummary.SegmentSpaceManagement |
TablespaceSummary.getSegmentSpaceManagement()
Indicates whether the free and used segment space in the tablespace is managed using free
lists (MANUAL) or bitmaps (AUTO).
|
static TablespaceSummary.SegmentSpaceManagement |
TablespaceSummary.SegmentSpaceManagement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceSummary.SegmentSpaceManagement[] |
TablespaceSummary.SegmentSpaceManagement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TablespaceSummary.Builder |
TablespaceSummary.Builder.segmentSpaceManagement(TablespaceSummary.SegmentSpaceManagement segmentSpaceManagement)
Indicates whether the free and used segment space in the tablespace is managed using free
lists (MANUAL) or bitmaps (AUTO).
|
Copyright © 2016–2024. All rights reserved.