Tablespace.Builder |
Tablespace.Builder.allocatedSizeKB(BigDecimal allocatedSizeKB) |
The allocated tablespace size in KB.
|
Tablespace.Builder |
Tablespace.Builder.allocationType(Tablespace.AllocationType allocationType) |
The type of extent allocation in effect for the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.blockSizeBytes(BigDecimal blockSizeBytes) |
The tablespace block size.
|
static Tablespace.Builder |
Tablespace.builder() |
Create a new builder.
|
Tablespace.Builder |
Tablespace.Builder.compressFor(Tablespace.CompressFor compressFor) |
The operation type for which default compression is enabled.
|
Tablespace.Builder |
Tablespace.Builder.copy(Tablespace model) |
|
Tablespace.Builder |
Tablespace.Builder.datafiles(List<Datafile> datafiles) |
A list of the data files associated with the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.defaultCellMemory(String defaultCellMemory) |
This specifies the default value for the CELLMEMORY attribute that tables created in the
tablespace will inherit unless the behavior is overridden explicitly.
|
Tablespace.Builder |
Tablespace.Builder.defaultIndexCompression(Tablespace.DefaultIndexCompression defaultIndexCompression) |
Indicates whether default index compression is enabled or disabled.
|
Tablespace.Builder |
Tablespace.Builder.defaultInMemory(Tablespace.DefaultInMemory defaultInMemory) |
Indicates whether the In-Memory Column Store (IM column store) is by default enabled or
disabled for tables in the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.defaultInMemoryCompression(Tablespace.DefaultInMemoryCompression defaultInMemoryCompression) |
Indicates the default compression level for the IM column store for the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.defaultInMemoryDistribute(Tablespace.DefaultInMemoryDistribute defaultInMemoryDistribute) |
Indicates how the IM column store is distributed by default for the tablespace in an
Oracle Real Application Clusters (Oracle RAC) environment.
|
Tablespace.Builder |
Tablespace.Builder.defaultInMemoryDuplicate(Tablespace.DefaultInMemoryDuplicate defaultInMemoryDuplicate) |
Indicates the duplicate setting for the IM column store in an Oracle RAC environment.
|
Tablespace.Builder |
Tablespace.Builder.defaultInMemoryPriority(Tablespace.DefaultInMemoryPriority defaultInMemoryPriority) |
Indicates the default priority for In-Memory Column Store (IM column store) population
for the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.defaultInMemoryService(Tablespace.DefaultInMemoryService defaultInMemoryService) |
Indicates how the IM column store is populated on various instances by default for the
tablespace.
|
Tablespace.Builder |
Tablespace.Builder.defaultInMemoryServiceName(String defaultInMemoryServiceName) |
Indicates the service name for the service on which the IM column store should be
populated by default for the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.defaultTableCompression(Tablespace.DefaultTableCompression defaultTableCompression) |
Indicates whether default table compression is enabled or disabled.
|
Tablespace.Builder |
Tablespace.Builder.extentManagement(Tablespace.ExtentManagement extentManagement) |
Indicates whether the extents in the tablespace are Locally managed or Dictionary
managed.
|
Tablespace.Builder |
Tablespace.Builder.freeSpaceKB(BigDecimal freeSpaceKB) |
The free space available in the tablespace in KB.
|
Tablespace.Builder |
Tablespace.Builder.indexCompressFor(Tablespace.IndexCompressFor indexCompressFor) |
The operation type for which default index compression is enabled.
|
Tablespace.Builder |
Tablespace.Builder.isBigfile(Boolean isBigfile) |
Indicates whether the tablespace is a Bigfile tablespace or a Smallfile tablespace.
|
Tablespace.Builder |
Tablespace.Builder.isChunkTablespace(Boolean isChunkTablespace) |
Indicates whether this is a chunk tablespace.
|
Tablespace.Builder |
Tablespace.Builder.isDefault(Boolean isDefault) |
Indicates whether this is the default tablespace.
|
Tablespace.Builder |
Tablespace.Builder.isEncrypted(Boolean isEncrypted) |
Indicates whether the tablespace is encrypted.
|
Tablespace.Builder |
Tablespace.Builder.isForceLogging(Boolean isForceLogging) |
Indicates whether the tablespace is under Force Logging mode.
|
Tablespace.Builder |
Tablespace.Builder.isPluggedIn(Boolean isPluggedIn) |
Indicates whether the tablespace is plugged in.
|
Tablespace.Builder |
Tablespace.Builder.logging(Tablespace.Logging logging) |
The default logging attribute.
|
Tablespace.Builder |
Tablespace.Builder.lostWriteProtect(Tablespace.LostWriteProtect lostWriteProtect) |
The lost write protection setting for the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.maxSizeKB(BigDecimal maxSizeKB) |
The maximum tablespace size in KB.
|
Tablespace.Builder |
Tablespace.Builder.name(String name) |
The name of the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.predicateEvaluation(Tablespace.PredicateEvaluation predicateEvaluation) |
Indicates whether predicates are evaluated by Host or by Storage.
|
Tablespace.Builder |
Tablespace.Builder.retention(Tablespace.Retention retention) |
Indicates whether undo retention guarantee is enabled for the tablespace.
|
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).
|
Tablespace.Builder |
Tablespace.Builder.shared(Tablespace.Shared shared) |
Indicates whether the tablespace is for shared tablespace, or for local temporary
tablespace for leaf (read-only) instances, or for local temporary tablespace for all
instance types.
|
Tablespace.Builder |
Tablespace.Builder.status(Tablespace.Status status) |
The status of the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.tempGroup(String tempGroup) |
The temporary tablespace group.
|
Tablespace.Builder |
Tablespace.toBuilder() |
|
Tablespace.Builder |
Tablespace.Builder.type(Tablespace.Type type) |
The type of tablespace.
|
Tablespace.Builder |
Tablespace.Builder.usedPercentAllocated(Double usedPercentAllocated) |
The percentage of used space out of the total allocated space in the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.usedPercentAvailable(Double usedPercentAvailable) |
The percentage of used space out of the maximum available space in the tablespace.
|
Tablespace.Builder |
Tablespace.Builder.usedSpaceKB(BigDecimal usedSpaceKB) |
The total space used by the tablespace in KB.
|
Tablespace.Builder |
Tablespace.Builder.userSizeKB(BigDecimal userSizeKB) |
The size of the tablespace available for user data in KB.
|