Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static Tablespace.SegmentSpaceManagement |
Tablespace.SegmentSpaceManagement.create(String key) |
Tablespace.SegmentSpaceManagement |
Tablespace.getSegmentSpaceManagement()
Indicates whether the free and used segment space in the tablespace is managed using free
lists (MANUAL) or bitmaps (AUTO).
|
static Tablespace.SegmentSpaceManagement |
Tablespace.SegmentSpaceManagement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tablespace.SegmentSpaceManagement[] |
Tablespace.SegmentSpaceManagement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Tablespace.Builder |
Tablespace.Builder.segmentSpaceManagement(Tablespace.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.