| 程序包 | 说明 |
|---|---|
| org.apache.paimon | |
| org.apache.paimon.io.cache | |
| org.apache.paimon.memory | |
| org.apache.paimon.options |
| 限定符和类型 | 字段和说明 |
|---|---|
static ConfigOption<MemorySize> |
CoreOptions.LOCAL_MERGE_BUFFER_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.LOOKUP_CACHE_MAX_DISK_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.LOOKUP_CACHE_MAX_MEMORY_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.MANIFEST_FULL_COMPACTION_FILE_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.MANIFEST_TARGET_FILE_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.PAGE_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.SORT_SPILL_BUFFER_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.SOURCE_SPLIT_OPEN_FILE_COST |
static ConfigOption<MemorySize> |
CoreOptions.SOURCE_SPLIT_TARGET_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.TARGET_FILE_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.WRITE_BUFFER_SIZE |
static ConfigOption<MemorySize> |
CoreOptions.WRITE_MANIFEST_CACHE |
| 限定符和类型 | 方法和说明 |
|---|---|
MemorySize |
CoreOptions.manifestFullCompactionThresholdSize() |
MemorySize |
CoreOptions.manifestTargetSize() |
MemorySize |
CoreOptions.writeManifestCache() |
| 构造器和说明 |
|---|
CacheManager(int pageSize,
MemorySize maxMemorySize) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MemorySegmentPool |
MemorySegmentPool.createHeapPool(MemorySize maxMemory,
MemorySize pageSize) |
| 限定符和类型 | 字段和说明 |
|---|---|
static MemorySize |
MemorySize.MAX_VALUE |
static MemorySize |
MemorySize.ZERO |
| 限定符和类型 | 方法和说明 |
|---|---|
MemorySize |
MemorySize.add(MemorySize that) |
MemorySize |
MemorySize.divide(long by) |
MemorySize |
MemorySize.multiply(double multiplier) |
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 The Apache Software Foundation. All rights reserved.