Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static Tablespace.Retention |
Tablespace.Retention.create(String key) |
Tablespace.Retention |
Tablespace.getRetention()
Indicates whether undo retention guarantee is enabled for the tablespace.
|
static Tablespace.Retention |
Tablespace.Retention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tablespace.Retention[] |
Tablespace.Retention.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.retention(Tablespace.Retention retention)
Indicates whether undo retention guarantee is enabled for the tablespace.
|
Constructor and Description |
---|
Tablespace(String name,
Tablespace.Type type,
Tablespace.Status status,
BigDecimal blockSizeBytes,
Tablespace.Logging logging,
Boolean isForceLogging,
Tablespace.ExtentManagement extentManagement,
Tablespace.AllocationType allocationType,
Boolean isPluggedIn,
Tablespace.SegmentSpaceManagement segmentSpaceManagement,
Tablespace.DefaultTableCompression defaultTableCompression,
Tablespace.Retention retention,
Boolean isBigfile,
Tablespace.PredicateEvaluation predicateEvaluation,
Boolean isEncrypted,
Tablespace.CompressFor compressFor,
Tablespace.DefaultInMemory defaultInMemory,
Tablespace.DefaultInMemoryPriority defaultInMemoryPriority,
Tablespace.DefaultInMemoryDistribute defaultInMemoryDistribute,
Tablespace.DefaultInMemoryCompression defaultInMemoryCompression,
Tablespace.DefaultInMemoryDuplicate defaultInMemoryDuplicate,
Tablespace.Shared shared,
Tablespace.DefaultIndexCompression defaultIndexCompression,
Tablespace.IndexCompressFor indexCompressFor,
String defaultCellMemory,
Tablespace.DefaultInMemoryService defaultInMemoryService,
String defaultInMemoryServiceName,
Tablespace.LostWriteProtect lostWriteProtect,
Boolean isChunkTablespace,
String tempGroup,
BigDecimal maxSizeKB,
BigDecimal allocatedSizeKB,
BigDecimal userSizeKB,
BigDecimal freeSpaceKB,
BigDecimal usedSpaceKB,
Double usedPercentAvailable,
Double usedPercentAllocated,
Boolean isDefault,
List<Datafile> datafiles)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.