| 程序包 | 说明 |
|---|---|
| org.apache.paimon | |
| org.apache.paimon.format | |
| org.apache.paimon.io.cache | |
| org.apache.paimon.memory | |
| org.apache.paimon.options |
| 限定符和类型 | 方法和说明 |
|---|---|
MemorySize |
CoreOptions.deletionVectorIndexFileTargetSize() |
MemorySize |
CoreOptions.fileReaderAsyncThreshold() |
MemorySize |
CoreOptions.lookupCacheMaxMemory() |
MemorySize |
CoreOptions.manifestFullCompactionThresholdSize() |
MemorySize |
CoreOptions.manifestTargetSize() |
MemorySize |
CoreOptions.writeBufferSpillDiskSize() |
MemorySize |
CoreOptions.writeManifestCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
MemorySize |
FileFormatFactory.FormatContext.blockSize() |
| 构造器和说明 |
|---|
FormatContext(Options formatOptions,
int readBatchSize,
int zstdLevel,
MemorySize blockSize) |
| 构造器和说明 |
|---|
CacheManager(MemorySize maxMemorySize) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MemorySegmentPool |
MemorySegmentPool.createHeapPool(MemorySize maxMemory,
MemorySize pageSize) |
| 限定符和类型 | 字段和说明 |
|---|---|
static MemorySize |
MemorySize.MAX_VALUE |
static MemorySize |
MemorySize.VALUE_128_MB |
static MemorySize |
MemorySize.VALUE_256_MB |
static MemorySize |
MemorySize.ZERO |
| 限定符和类型 | 字段和说明 |
|---|---|
static ConfigOption<MemorySize> |
CatalogOptions.CACHE_MANIFEST_MAX_MEMORY |
static ConfigOption<MemorySize> |
CatalogOptions.CACHE_MANIFEST_SMALL_FILE_MEMORY |
static ConfigOption<MemorySize> |
CatalogOptions.CACHE_MANIFEST_SMALL_FILE_THRESHOLD |
| 限定符和类型 | 方法和说明 |
|---|---|
MemorySize |
MemorySize.add(MemorySize that) |
MemorySize |
MemorySize.divide(long by) |
MemorySize |
MemorySize.multiply(double multiplier) |
static MemorySize |
MemorySize.ofBytes(long bytes) |
static MemorySize |
MemorySize.ofKibiBytes(long kibiBytes) |
static MemorySize |
MemorySize.ofMebiBytes(long mebiBytes) |
static MemorySize |
MemorySize.parse(String text)
Parses the given string as as MemorySize.
|
static MemorySize |
MemorySize.parse(String text,
MemorySize.MemoryUnit defaultUnit)
Parses the given string with a default unit.
|
MemorySize |
MemorySize.subtract(MemorySize that) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigOptions.TypedConfigOptionBuilder<MemorySize> |
ConfigOptions.OptionBuilder.memoryType()
Defines that the value of the option should be of
MemorySize type. |
| 限定符和类型 | 方法和说明 |
|---|---|
MemorySize |
MemorySize.add(MemorySize that) |
int |
MemorySize.compareTo(MemorySize that) |
MemorySize |
MemorySize.subtract(MemorySize that) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.